OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
rc5_enc.c File Reference
#include <stdio.h>
#include <openssl/rc5.h>
#include "rc5_locl.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 63 of file rc5_enc.c.

void RC5_32_decrypt ( unsigned long *  d,
RC5_32_KEY key 
)

Definition at line 177 of file rc5_enc.c.

void RC5_32_encrypt ( unsigned long *  d,
RC5_32_KEY key 
)

Definition at line 138 of file rc5_enc.c.