#include <aes.h>
Definition at line 41 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 |
◆ enc
Definition at line 49 of file aes.h.
◆ iv
Definition at line 51 of file aes.h.
◆ pad
const bool AES256CBCEncrypt::pad |
|
private |
Definition at line 50 of file aes.h.
The documentation for this class was generated from the following files: