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

Method ~SivContext

libcppcryptfs/crypt/siv.cpp:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41SivContext::~SivContext()
42{
43 if (m_pKeys)
44 delete m_pKeys;
45}
46
47bool SivContext::SetKey(const unsigned char *key, int keylen, bool hkdf, CryptConfig *pConfig)
48{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected