cryptlib  3.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros
Functions
iecb.c File Reference
#include "crypt/osconfig.h"
#include "crypt/idea.h"
#include "crypt/idealocl.h"

Go to the source code of this file.

Functions

const char * idea_options (void)
 
void idea_ecb_encrypt (const unsigned char *in, unsigned char *out, IDEA_KEY_SCHEDULE *ks)
 

Function Documentation

void idea_ecb_encrypt ( const unsigned char *  in,
unsigned char *  out,
IDEA_KEY_SCHEDULE ks 
)

Definition at line 77 of file iecb.c.

const char* idea_options ( void  )

Definition at line 69 of file iecb.c.