OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
ofb_enc.c File Reference
#include "des_locl.h"

Go to the source code of this file.

Functions

void DES_ofb_encrypt (const unsigned char *in, unsigned char *out, int numbits, long length, DES_key_schedule *schedule, DES_cblock *ivec)
 

Function Documentation

void DES_ofb_encrypt ( const unsigned char *  in,
unsigned char *  out,
int  numbits,
long  length,
DES_key_schedule schedule,
DES_cblock ivec 
)

Definition at line 67 of file ofb_enc.c.