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

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 111 of file seed_ofb.c.