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

Method GetDecryptKeyLow

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

Source from the content-addressed store, hash-verified

51
52 const AES_KEY *GetEncryptKeyLow() const { return m_pKeys ? &m_pKeys->m_buf[SIV_KEY_ENCRYPT_LOW_INDEX] : NULL; };
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

Callers 2

aes256_encrypt_sivFunction · 0.80
aes256_decrypt_sivFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected