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

Method EmeCryptContext

libcppcryptfs/crypt/eme.cpp:126–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126EmeCryptContext::EmeCryptContext()
127{
128
129 m_LTable = NULL;
130
131 m_pKeyBuf = NULL;
132
133 m_pLTableBuf = NULL;
134}
135
136EmeCryptContext::~EmeCryptContext()
137{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected