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

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 111 of file seed_cfb.c.