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