OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
rc2cfb64.c File Reference
#include <openssl/rc2.h>
#include "rc2_locl.h"

Go to the source code of this file.

Functions

void RC2_cfb64_encrypt (const unsigned char *in, unsigned char *out, long length, RC2_KEY *schedule, unsigned char *ivec, int *num, int encrypt)
 

Function Documentation

void RC2_cfb64_encrypt ( const unsigned char *  in,
unsigned char *  out,
long  length,
RC2_KEY schedule,
unsigned char *  ivec,
int *  num,
int  encrypt 
)

Definition at line 67 of file rc2cfb64.c.