#include <aes.h>
Definition at line 62 of file aes.h.
◆ AES256CBCEncrypt()
AES256CBCEncrypt::AES256CBCEncrypt |
( |
const uint8_t |
key[AES256_KEYSIZE], |
|
|
const uint8_t |
ivIn[AES_BLOCKSIZE], |
|
|
bool |
padIn |
|
) |
| |
|
explicit |
◆ ~AES256CBCEncrypt()
AES256CBCEncrypt::~AES256CBCEncrypt |
( |
| ) |
|
◆ Encrypt()
int AES256CBCEncrypt::Encrypt |
( |
const uint8_t * |
data, |
|
|
int |
size, |
|
|
uint8_t * |
out |
|
) |
| const |
◆ enc
Definition at line 70 of file aes.h.
◆ iv
Definition at line 72 of file aes.h.
◆ pad
const bool AES256CBCEncrypt::pad |
|
private |
Definition at line 71 of file aes.h.
The documentation for this class was generated from the following files: