47#define AES_128_BLOCK_SIZE 16
48#define AES_128_KEY_LENGTH 16
51#define AES_128 AES_128_CONF
53#define AES_128 aes_128_driver
69 void (*
encrypt)(uint8_t *plaintext_and_result);
Structure of AES drivers.
void(* set_key)(const uint8_t *key)
Sets the current key.
void(* encrypt)(uint8_t *plaintext_and_result)
Encrypts.