|
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. 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... | |
Implementation of the AES driver for the CC26x0/CC13x0 SoC.
Definition in file cc26xx-aes.c.
1.8.13