#include <stdlib.h>#include <openssl/aes.h>#include "brg_types.h"

Go to the source code of this file.
Defines | |
| #define | USE_AES_ENCRYPT |
| #define | AES_RETURN VOID_RETURN |
| #define | aes_encrypt_ctx AES_KEY |
| #define | aes_encrypt AES_encrypt |
Functions | |
| AES_RETURN | aes_encrypt_key (const unsigned char *key, int key_len, aes_encrypt_ctx *cx) |
| #define aes_encrypt AES_encrypt |
Definition at line 67 of file gcm_aes.h.
Referenced by gcm_compute_tag(), gcm_crypt_data(), and gcm_init_and_key().
| AES_RETURN aes_encrypt_key | ( | const unsigned char * | key, | |
| int | key_len, | |||
| aes_encrypt_ctx * | cx | |||
| ) |
Referenced by gcm_init_and_key().
1.7.1