| 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(); }; |
no outgoing calls
no test coverage detected