#include <openssl/opensslv.h>
#include <openssl/crypto.h>
#include <openssl/aes.h>
#include "aes_locl.h"
Go to the source code of this file.
Functions | |
const char * | AES_options (void) |
int | AES_set_encrypt_key (const unsigned char *userKey, const int bits, AES_KEY *key) |
int | AES_set_decrypt_key (const unsigned char *userKey, const int bits, AES_KEY *key) |
Variables | |
const char | AES_version [] ="AES" OPENSSL_VERSION_PTEXT |
const char* AES_options | ( | void | ) |
Definition at line 59 of file aes_misc.c.
int AES_set_decrypt_key | ( | const unsigned char * | userKey, |
const int | bits, | ||
AES_KEY * | key | ||
) |
Definition at line 78 of file aes_misc.c.
int AES_set_encrypt_key | ( | const unsigned char * | userKey, |
const int | bits, | ||
AES_KEY * | key | ||
) |
Definition at line 69 of file aes_misc.c.
const char AES_version[] ="AES" OPENSSL_VERSION_PTEXT |
Definition at line 57 of file aes_misc.c.