#include #include #include #include "aes_cbc.h" #define AES_BLOCK_SIZE 16 #define KEY_SIZE 128 /* bits */ #define KEY "1234567890123456" #define STR "hola guaso como estaisss ... 012" #define STRSZ (sizeof(STR)-1) #define EMT_AESCBC_BLKLEN AES_BLOCK_SIZE #define AES_CONTEXT_T aes_context #define EMT_ESPAES_KEY_SZ 16 int pretty_print(const unsigned char *buf, int count) { int i=0; for (;i