cryptlib  3.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros
Functions
rc2cbc.c File Reference
#include "crypt/osconfig.h"
#include "crypt/rc2.h"
#include "crypt/rc2locl.h"

Go to the source code of this file.

Functions

void RC2_cbc_encrypt (const unsigned char *in, unsigned char *out, long length, RC2_KEY *ks, unsigned char *iv, int encrypt)
 
void RC2_encrypt (unsigned long *d, RC2_KEY *key)
 
void RC2_decrypt (unsigned long *d, RC2_KEY *key)
 

Function Documentation

void RC2_cbc_encrypt ( const unsigned char *  in,
unsigned char *  out,
long  length,
RC2_KEY ks,
unsigned char *  iv,
int  encrypt 
)

Definition at line 69 of file rc2cbc.c.

void RC2_decrypt ( unsigned long *  d,
RC2_KEY key 
)

Definition at line 188 of file rc2cbc.c.

void RC2_encrypt ( unsigned long *  d,
RC2_KEY key 
)

Definition at line 143 of file rc2cbc.c.