Contiki 3.x
|
AES-128.More...
#include "contiki.h"
Go to the source code of this file.
Data Structures | |
struct | aes_128_driver |
Structure of AES drivers. More... | |
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. | |
AES-128.
Definition in file aes-128.h.