|
Contiki-NG
|
Header file of the AES-128 driver for the CC26xx SoC. More...
#include "lib/aes-128.h"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. More... | |
| void | cc26xx_aes_encrypt (uint8_t *plaintext_and_result) |
| Encrypt a message using the SoC AES-128 hardware implementation. More... | |
| void | cc26xx_aes_decrypt (uint8_t *cyphertext_and_result) |
| Decrypt a message using the SoC AES-128 hardware implementation. More... | |
Header file of the AES-128 driver for the CC26xx SoC.
Definition in file cc26xx-aes.h.
1.8.13