MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / ~EmeCryptContext

Method ~EmeCryptContext

libcppcryptfs/crypt/eme.cpp:136–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136EmeCryptContext::~EmeCryptContext()
137{
138 if (m_LTable)
139 delete[] m_LTable;
140
141 if (m_pLTableBuf)
142 delete m_pLTableBuf;
143
144 if (m_pKeyBuf)
145 delete m_pKeyBuf;
146}
147
148// tabulateL - calculate L_i for messages up to a length of m cipher blocks
149void EmeCryptContext::tabulateL(int m, CryptConfig *pConfig){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected