![]() |
NetSim Source Code Help
|
Go to the source code of this file.
Data Structures | |
struct | aes_context |
Macros | |
#define | uint8 unsigned char |
#define | uint32 unsigned long int |
Functions | |
int | aes_set_key (aes_context *ctx, uint8 *key, int nbits) |
void | aes_encrypt (aes_context *ctx, uint8 input[16], uint8 output[16]) |
void | aes_decrypt (aes_context *ctx, uint8 input[16], uint8 output[16]) |
void aes_decrypt | ( | aes_context * | ctx, |
uint8 | input[16], | ||
uint8 | output[16] | ||
) |
void aes_encrypt | ( | aes_context * | ctx, |
uint8 | input[16], | ||
uint8 | output[16] | ||
) |
int aes_set_key | ( | aes_context * | ctx, |
uint8 * | key, | ||
int | nbits | ||
) |