#include <crypto_wrapper.hpp>
Inheritance diagram for yaSSL::NO_Cipher:


Public Member Functions | |
| void | encrypt (byte *, const byte *, unsigned int) |
| void | decrypt (byte *, const byte *, unsigned int) |
| void | set_encryptKey (const byte *, const byte *) |
| void | set_decryptKey (const byte *, const byte *) |
| uint | get_blockSize () const |
| int | get_keySize () const |
| int | get_ivSize () const |
Definition at line 199 of file crypto_wrapper.hpp.
| uint yaSSL::NO_Cipher::get_blockSize | ( | ) | const [inline, virtual] |
| int yaSSL::NO_Cipher::get_ivSize | ( | ) | const [inline, virtual] |
| int yaSSL::NO_Cipher::get_keySize | ( | ) | const [inline, virtual] |
1.4.7

