#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.
|
int | main (int argc, char *argv[]) |
|
|
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" |
|
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
unsigned char c[8] ={0x11,0xFB,0xED,0x2B,0x01,0x98,0x6D,0xE5} |
unsigned char in[8] ={0x00,0x00,0x00,0x01,0x00,0x02,0x00,0x03} |
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.
char* text ="Hello to all people out there" |