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

Go to the source code of this file.

Functions

void Camellia_cfb128_encrypt (const unsigned char *in, unsigned char *out, size_t length, const CAMELLIA_KEY *key, unsigned char *ivec, int *num, const int enc)
 
void Camellia_cfb1_encrypt (const unsigned char *in, unsigned char *out, size_t length, const CAMELLIA_KEY *key, unsigned char *ivec, int *num, const int enc)
 
void Camellia_cfb8_encrypt (const unsigned char *in, unsigned char *out, size_t length, const CAMELLIA_KEY *key, unsigned char *ivec, int *num, const int enc)
 

Function Documentation

void Camellia_cfb128_encrypt ( const unsigned char *  in,
unsigned char *  out,
size_t  length,
const CAMELLIA_KEY key,
unsigned char *  ivec,
int *  num,
const int  enc 
)

Definition at line 117 of file cmll_cfb.c.

void Camellia_cfb1_encrypt ( const unsigned char *  in,
unsigned char *  out,
size_t  length,
const CAMELLIA_KEY key,
unsigned char *  ivec,
int *  num,
const int  enc 
)

Definition at line 126 of file cmll_cfb.c.

void Camellia_cfb8_encrypt ( const unsigned char *  in,
unsigned char *  out,
size_t  length,
const CAMELLIA_KEY key,
unsigned char *  ivec,
int *  num,
const int  enc 
)

Definition at line 133 of file cmll_cfb.c.