#include <aes.h>
Definition at line 75 of file aes.h.
◆ AES256CBCDecrypt()
AES256CBCDecrypt::AES256CBCDecrypt |
( |
const uint8_t |
key[AES256_KEYSIZE], |
|
|
const uint8_t |
ivIn[AES_BLOCKSIZE], |
|
|
bool |
padIn |
|
) |
| |
|
explicit |
◆ ~AES256CBCDecrypt()
AES256CBCDecrypt::~AES256CBCDecrypt |
( |
| ) |
|
◆ Decrypt()
int AES256CBCDecrypt::Decrypt |
( |
const uint8_t * |
data, |
|
|
int |
size, |
|
|
uint8_t * |
out |
|
) |
| const |
◆ dec
Definition at line 83 of file aes.h.
◆ iv
Definition at line 85 of file aes.h.
◆ pad
const bool AES256CBCDecrypt::pad |
|
private |
Definition at line 84 of file aes.h.
The documentation for this class was generated from the following files: