OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions | Variables
aes_misc.c File Reference
#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
 

Function Documentation

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.

Variable Documentation

const char AES_version[] ="AES" OPENSSL_VERSION_PTEXT

Definition at line 57 of file aes_misc.c.