| 39 | } |
| 40 | |
| 41 | SivContext::~SivContext() |
| 42 | { |
| 43 | if (m_pKeys) |
| 44 | delete m_pKeys; |
| 45 | } |
| 46 | |
| 47 | bool SivContext::SetKey(const unsigned char *key, int keylen, bool hkdf, CryptConfig *pConfig) |
| 48 | { |
nothing calls this directly
no outgoing calls
no test coverage detected