OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
i_cbc.c File Reference
#include <openssl/idea.h>
#include "idea_lcl.h"

Go to the source code of this file.

Functions

void idea_cbc_encrypt (const unsigned char *in, unsigned char *out, long length, IDEA_KEY_SCHEDULE *ks, unsigned char *iv, int encrypt)
 
void idea_encrypt (unsigned long *d, IDEA_KEY_SCHEDULE *key)
 

Function Documentation

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

Definition at line 62 of file i_cbc.c.

void idea_encrypt ( unsigned long *  d,
IDEA_KEY_SCHEDULE key 
)

Definition at line 136 of file i_cbc.c.