cryptlib  3.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros
Functions
icbc.c File Reference
#include "crypt/osconfig.h"
#include "crypt/idea.h"
#include "crypt/idealocl.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 69 of file icbc.c.

void idea_encrypt ( unsigned long *  d,
IDEA_KEY_SCHEDULE key 
)

Definition at line 143 of file icbc.c.