18 #define AES_BLOCK_SIZE 16 void aes_encrypt_deinit(void *ctx)
Definition: aes-internal-enc.c:118
void * aes_encrypt_init(const u8 *key, size_t len)
Definition: aes-internal-enc.c:99
void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain)
uint8_t u8
Definition: common.h:18
void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt)
Definition: aes-internal-enc.c:112
uint8_t len
Definition: gsm_04_11.h:434
void * aes_decrypt_init(const u8 *key, size_t len)
void aes_decrypt_deinit(void *ctx)