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

Go to the source code of this file.

Functions

void Camellia_ctr128_encrypt (const unsigned char *in, unsigned char *out, size_t length, const CAMELLIA_KEY *key, unsigned char ivec[CAMELLIA_BLOCK_SIZE], unsigned char ecount_buf[CAMELLIA_BLOCK_SIZE], unsigned int *num)
 

Function Documentation

void Camellia_ctr128_encrypt ( const unsigned char *  in,
unsigned char *  out,
size_t  length,
const CAMELLIA_KEY key,
unsigned char  ivec[CAMELLIA_BLOCK_SIZE],
unsigned char  ecount_buf[CAMELLIA_BLOCK_SIZE],
unsigned int *  num 
)

Definition at line 55 of file cmll_ctr.c.