|
void | SetEncryptionKey (const unsigned char *key) |
|
void | SetDecryptionKey (const unsigned char *key) |
|
void | AES_cbc_encrypt (const unsigned char *in, unsigned char *out, size_t length) |
|
void | AES_cbc_decrypt (const unsigned char *in, unsigned char *out, size_t length) |
|
|
unsigned char | szAESEncryptionKey [AES_BLOCK_SIZE+1] |
|
unsigned char | szAESDecryptionKey [AES_BLOCK_SIZE+1] |
|
AES_KEY | AESEncryptionKey |
|
AES_KEY | AESDecryptionKey |
|
unsigned char | szDummyIV [AES_BLOCK_SIZE+1] |
|
The documentation for this class was generated from the following files:
- C:/dev/workspace/versadac_branch/controllerrecorder/scalablerecorder/core/encryption/AuthenticatedEncryption.h
- C:/dev/workspace/versadac_branch/controllerrecorder/scalablerecorder/core/encryption/src/AuthenticatedEncryption.cpp