OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
cfb_enc.c File Reference
#include "e_os.h"
#include "des_locl.h"
#include <assert.h>

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 71 of file cfb_enc.c.