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

Method GetMasterKeyLength

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

Source from the content-addressed store, hash-verified

85
86 const unsigned char *GetMasterKey() { return m_pKeyBuf ? m_pKeyBuf->m_buf : NULL; }
87 DWORD GetMasterKeyLength() { return m_pKeyBuf ? m_pKeyBuf->m_len : 0; }
88 const WCHAR *GetMountPoint() { return m_mountpoint.c_str(); }
89 const WCHAR *GetBaseDir() { return m_basedir.c_str(); }
90 bool InitGCMContentKey(const BYTE *key);

Callers 1

do_self_argsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected