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

Method GetGcmContentKey

libcppcryptfs/config/cryptconfig.h:92–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 bool InitGCMContentKey(const BYTE *key);
91
92 const BYTE *GetGcmContentKey() { return m_HKDF ? m_pGcmContentKey->m_buf : GetMasterKey(); };
93
94 CryptConfig();
95 bool read(wstring& mes, const WCHAR *config_file_path = NULL, bool reverse = false);

Callers 2

read_blockFunction · 0.80
write_blockFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected