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

Method GetMasterKey

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

Source from the content-addressed store, hash-verified

84 wstring m_mountpoint;
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(); }

Callers 3

decrypt_keyMethod · 0.95
do_self_argsFunction · 0.80
mount_crypt_fsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected