#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) |
AES_RETURN aes_encrypt_key | ( | const unsigned char * | key, | |
int | key_len, | |||
aes_encrypt_ctx * | cx | |||
) |