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

Go to the source code of this file.

Functions

void SEED_cbc_encrypt (const unsigned char *in, unsigned char *out, size_t len, const SEED_KEY_SCHEDULE *ks, unsigned char ivec[SEED_BLOCK_SIZE], int enc)
 

Function Documentation

void SEED_cbc_encrypt ( const unsigned char *  in,
unsigned char *  out,
size_t  len,
const SEED_KEY_SCHEDULE ks,
unsigned char  ivec[SEED_BLOCK_SIZE],
int  enc 
)

Definition at line 55 of file seed_cbc.c.