OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
aes_cbc.c File Reference
#include <openssl/aes.h>
#include <openssl/modes.h>

Go to the source code of this file.

Functions

void AES_cbc_encrypt (const unsigned char *in, unsigned char *out, size_t len, const AES_KEY *key, unsigned char *ivec, const int enc)
 

Function Documentation

void AES_cbc_encrypt ( const unsigned char *  in,
unsigned char *  out,
size_t  len,
const AES_KEY key,
unsigned char *  ivec,
const int  enc 
)

Definition at line 55 of file aes_cbc.c.