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