#include <aes.h>
Definition at line 92 of file aes.h.
◆ AES128CBCEncrypt()
| AES128CBCEncrypt::AES128CBCEncrypt |
( |
const unsigned char |
key[AES128_KEYSIZE], |
|
|
const unsigned char |
ivIn[AES_BLOCKSIZE], |
|
|
bool |
padIn |
|
) |
| |
◆ ~AES128CBCEncrypt()
| AES128CBCEncrypt::~AES128CBCEncrypt |
( |
| ) |
|
◆ Encrypt()
| int AES128CBCEncrypt::Encrypt |
( |
const unsigned char * |
data, |
|
|
int |
size, |
|
|
unsigned char * |
out |
|
) |
| const |
◆ enc
◆ iv
| unsigned char AES128CBCEncrypt::iv[AES_BLOCKSIZE] |
|
private |
◆ pad
| const bool AES128CBCEncrypt::pad |
|
private |
The documentation for this class was generated from the following files: