OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
rc2_cbc.c File Reference
#include <openssl/rc2.h>
#include "rc2_locl.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 62 of file rc2_cbc.c.

void RC2_decrypt ( unsigned long *  d,
RC2_KEY key 
)

Definition at line 181 of file rc2_cbc.c.

void RC2_encrypt ( unsigned long *  d,
RC2_KEY key 
)

Definition at line 136 of file rc2_cbc.c.