cryptlib  3.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros
Functions
iskey.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_set_encrypt_key (const unsigned char *key, IDEA_KEY_SCHEDULE *ks)
 
void idea_set_decrypt_key (IDEA_KEY_SCHEDULE *ek, IDEA_KEY_SCHEDULE *dk)
 

Function Documentation

void idea_set_decrypt_key ( IDEA_KEY_SCHEDULE ek,
IDEA_KEY_SCHEDULE dk 
)

Definition at line 104 of file iskey.c.

void idea_set_encrypt_key ( const unsigned char *  key,
IDEA_KEY_SCHEDULE ks 
)

Definition at line 70 of file iskey.c.