Eneboo - Documentación para desarrolladores
|
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "../e_os.h"
#include <openssl/idea.h>
'defines' | |
#define | CFB_TEST_SIZE 24 |
Funciones | |
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" |
static unsigned char | cfb_buf2 [40] |
static unsigned char | cfb_tmp [8] |
#define CFB_TEST_SIZE 24 |
unsigned char c[8] = {0x11,0xFB,0xED,0x2B,0x01,0x98,0x6D,0xE5} |
unsigned char cfb_buf2[40] |
unsigned char cfb_tmp[8] |
unsigned char in[8] = {0x00,0x00,0x00,0x01,0x00,0x02,0x00,0x03} |
unsigned char k[16] |
{ 0x00,0x01,0x00,0x02,0x00,0x03,0x00,0x04, 0x00,0x05,0x00,0x06,0x00,0x07,0x00,0x08}
unsigned char out[80] |