#include "aes_internal.h"
#include "openssl/aes.h"
Go to the source code of this file.
Defines | |
#define | AES_128 |
#define | ast_aes_decrypt(in, out, context) aes_decrypt(in, out, context) |
#define | ast_aes_decrypt_key(key, context) aes_decrypt_key128(key, context) |
#define | ast_aes_encrypt(in, out, context) aes_encrypt(in, out, context) |
#define | ast_aes_encrypt_key(key, context) aes_encrypt_key128(key, context) |
Typedefs | |
typedef aes_decrypt_ctx | ast_aes_decrypt_key |
typedef aes_encrypt_ctx | ast_aes_encrypt_key |
Definition in file aes.h.
#define ast_aes_decrypt_key | ( | key, | |||
context | ) | aes_decrypt_key128(key, context) |
Definition at line 60 of file aes.h.
Referenced by build_ecx_key(), build_encryption_keys(), check_key(), socket_process(), and update_key().
#define ast_aes_encrypt_key | ( | key, | |||
context | ) | aes_encrypt_key128(key, context) |
typedef aes_decrypt_ctx ast_aes_decrypt_key |
typedef aes_encrypt_ctx ast_aes_encrypt_key |