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

Method GetBaseDir

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

Source from the content-addressed store, hash-verified

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);
91
92 const BYTE *GetGcmContentKey() { return m_HKDF ? m_pGcmContentKey->m_buf : GetMasterKey(); };

Callers 2

decrypt_pathFunction · 0.80
encrypt_pathFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected