OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Macros | Functions | Variables
ideatest.c File Reference
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "../e_os.h"
#include <openssl/idea.h>

Go to the source code of this file.

Macros

#define CFB_TEST_SIZE   24
 

Functions

int main (int argc, char *argv[])
 

Variables

unsigned char k [16]
 
unsigned char in [8] ={0x00,0x00,0x00,0x01,0x00,0x02,0x00,0x03}
 
unsigned char c [8] ={0x11,0xFB,0xED,0x2B,0x01,0x98,0x6D,0xE5}
 
unsigned char out [80]
 
char * text ="Hello to all people out there"
 

Macro Definition Documentation

#define CFB_TEST_SIZE   24

Definition at line 90 of file ideatest.c.

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Definition at line 110 of file ideatest.c.

Variable Documentation

unsigned char c[8] ={0x11,0xFB,0xED,0x2B,0x01,0x98,0x6D,0xE5}

Definition at line 79 of file ideatest.c.

unsigned char in[8] ={0x00,0x00,0x00,0x01,0x00,0x02,0x00,0x03}

Definition at line 78 of file ideatest.c.

unsigned char k[16]
Initial value:
={
0x00,0x01,0x00,0x02,0x00,0x03,0x00,0x04,
0x00,0x05,0x00,0x06,0x00,0x07,0x00,0x08}

Definition at line 74 of file ideatest.c.

unsigned char out[80]

Definition at line 80 of file ideatest.c.

char* text ="Hello to all people out there"

Definition at line 82 of file ideatest.c.