OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
i_skey.c File Reference
#include <openssl/crypto.h>
#include <openssl/idea.h>
#include "idea_lcl.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 105 of file i_skey.c.

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

Definition at line 64 of file i_skey.c.