#include <aes.h>
Definition at line 105 of file aes.h.
◆ AES128CBCDecrypt()
| AES128CBCDecrypt::AES128CBCDecrypt |
( |
const unsigned char |
key[AES128_KEYSIZE], |
|
|
const unsigned char |
ivIn[AES_BLOCKSIZE], |
|
|
bool |
padIn |
|
) |
| |
◆ ~AES128CBCDecrypt()
| AES128CBCDecrypt::~AES128CBCDecrypt |
( |
| ) |
|
◆ Decrypt()
| int AES128CBCDecrypt::Decrypt |
( |
const unsigned char * |
data, |
|
|
int |
size, |
|
|
unsigned char * |
out |
|
) |
| const |
◆ dec
◆ iv
| unsigned char AES128CBCDecrypt::iv[AES_BLOCKSIZE] |
|
private |
◆ pad
| const bool AES128CBCDecrypt::pad |
|
private |
The documentation for this class was generated from the following files: