cryptlib  3.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros
Functions
rc5ecb.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_ecb_encrypt (const unsigned char *in, unsigned char *out, RC5_32_KEY *ks, int encrypt)
 

Function Documentation

void RC5_32_ecb_encrypt ( const unsigned char *  in,
unsigned char *  out,
RC5_32_KEY ks,
int  encrypt 
)

Definition at line 69 of file rc5ecb.c.