Contiki 3.x
|
Wrapped AES-128 implementation from Texas Instruments.More...
Go to the source code of this file.
Functions | |
void | aes_128_padded_encrypt (uint8_t *plaintext_and_result, uint8_t plaintext_len) |
Pads the plaintext with zeroes before calling AES_128.encrypt. | |
void | aes_128_set_padded_key (uint8_t *key, uint8_t key_len) |
Pads the key with zeroes before calling AES_128.set_key. | |
Wrapped AES-128 implementation from Texas Instruments.
Definition in file aes-128.c.