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

Function Documentation

void RC2_ecb_encrypt ( const unsigned char *  in,
unsigned char *  out,
RC2_KEY ks,
int  encrypt 
)

Definition at line 77 of file rc2ecb.c.