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

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 55 of file cmll_cbc.c.