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

Method GetDecryptKeyHigh

libcppcryptfs/crypt/siv.h:55–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 const AES_KEY *GetDecryptKeyLow() const { return m_pKeys ? &m_pKeys->m_buf[SIV_KEY_DECRYPT_LOW_INDEX] : NULL; };
54 const AES_KEY *GetEncryptKeyHigh() const { return m_pKeys ? &m_pKeys->m_buf[SIV_KEY_ENCRYPT_HIGH_INDEX] : NULL; };
55 const AES_KEY *GetDecryptKeyHigh() const { return m_pKeys ? &m_pKeys->m_buf[SIV_KEY_DECRYPT_HIGH_INDEX] : NULL; };
56
57private:
58 LockZeroBuffer<AES_KEY> *m_pKeys;

Callers 2

aes256_encrypt_sivFunction · 0.80
aes256_decrypt_sivFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected