Eneboo - Documentación para desarrolladores
|
#include "rijndael.h"
Ir al código fuente de este archivo.
'defines' | |
#define | AES_KEY_LENGTH 128 |
Funciones | |
int | my_aes_encrypt (const char *source, int source_length, char *dest, const char *key, int key_length) |
int | my_aes_decrypt (const char *source, int source_length, char *dest, const char *key, int key_length) |
int | my_aes_get_size (int source_length) |
#define AES_KEY_LENGTH 128 |
int my_aes_decrypt | ( | const char * | source, |
int | source_length, | ||
char * | dest, | ||
const char * | key, | ||
int | key_length | ||
) |
int my_aes_encrypt | ( | const char * | source, |
int | source_length, | ||
char * | dest, | ||
const char * | key, | ||
int | key_length | ||
) |