| 208 | void set_encryptKey(const byte*, const byte*); |
| 209 | void set_decryptKey(const byte*, const byte*); |
| 210 | uint get_blockSize() const { return DES_BLOCK; } |
| 211 | int get_keySize() const { return DES_KEY_SZ; } |
| 212 | int get_ivSize() const { return DES_IV_SZ; } |
| 213 | DES(); |
no outgoing calls
no test coverage detected