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

Go to the source code of this file.

Functions

void RC5_32_cbc_encrypt (const unsigned char *in, unsigned char *out, long length, RC5_32_KEY *ks, unsigned char *iv, int encrypt)
 
void RC5_32_encrypt (unsigned long *d, RC5_32_KEY *key)
 
void RC5_32_decrypt (unsigned long *d, RC5_32_KEY *key)
 

Function Documentation

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

Definition at line 71 of file rc5enc.c.

void RC5_32_decrypt ( unsigned long *  d,
RC5_32_KEY key 
)

Definition at line 185 of file rc5enc.c.

void RC5_32_encrypt ( unsigned long *  d,
RC5_32_KEY key 
)

Definition at line 146 of file rc5enc.c.