MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
yaSSL::AES Class Reference
Inheritance diagram for yaSSL::AES:
Collaboration diagram for yaSSL::AES:

Classes

struct  AESImpl

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
 AES (unsigned int=AES_128_KEY_SZ)

Detailed Description

Definition at line 267 of file crypto_wrapper.hpp.


The documentation for this class was generated from the following files: