Go to the source code of this file.
|
template<typename T > |
static int | CBCEncrypt (const T &enc, const unsigned char iv[AES_BLOCKSIZE], const unsigned char *data, int size, bool pad, unsigned char *out) |
|
template<typename T > |
static int | CBCDecrypt (const T &dec, const unsigned char iv[AES_BLOCKSIZE], const unsigned char *data, int size, bool pad, unsigned char *out) |
|
◆ CBCDecrypt()
template<typename T >
static int CBCDecrypt |
( |
const T & |
dec, |
|
|
const unsigned char |
iv[AES_BLOCKSIZE], |
|
|
const unsigned char * |
data, |
|
|
int |
size, |
|
|
bool |
pad, |
|
|
unsigned char * |
out |
|
) |
| |
|
static |
◆ CBCEncrypt()
template<typename T >
static int CBCEncrypt |
( |
const T & |
enc, |
|
|
const unsigned char |
iv[AES_BLOCKSIZE], |
|
|
const unsigned char * |
data, |
|
|
int |
size, |
|
|
bool |
pad, |
|
|
unsigned char * |
out |
|
) |
| |
|
static |