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