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

Go to the source code of this file.

Functions

void idea_ofb64_encrypt (const unsigned char *in, unsigned char *out, long length, IDEA_KEY_SCHEDULE *schedule, unsigned char *ivec, int *num)
 

Function Documentation

void idea_ofb64_encrypt ( const unsigned char *  in,
unsigned char *  out,
long  length,
IDEA_KEY_SCHEDULE schedule,
unsigned char *  ivec,
int *  num 
)

Definition at line 66 of file i_ofb64.c.