| 95 | } |
| 96 | |
| 97 | bool Encryption::IsDefaultKey() { |
| 98 | return _IsDefaultKey; |
| 99 | } |
| 100 | |
| 101 | char* Encryption::DES_encrypt(const char * key, int keysize, const char * data, int size, bool addZero, int type) { |
| 102 | char keybuf[KeySize]; |
nothing calls this directly
no outgoing calls
no test coverage detected