![]() |
Contiki-NG
|
Implementation of the AES driver for the CC26x0/CC13x0 SoC. More...
Go to the source code of this file.
Functions | |
void | cc26xx_aes_set_key (const uint8_t *key) |
Set a key to use in subsequent encryption & decryption operations. | |
void | cc26xx_aes_encrypt (uint8_t *plaintext_and_result) |
Encrypt a message using the SoC AES-128 hardware implementation. | |
void | cc26xx_aes_decrypt (uint8_t *cyphertext_and_result) |
Decrypt a message using the SoC AES-128 hardware implementation. | |
Implementation of the AES driver for the CC26x0/CC13x0 SoC.
Definition in file cc26xx-aes.c.