Contiki-NG
Functions

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...
 

Detailed Description

Header file of the AES-128 driver for the CC26xx SoC.

Author
Atis Elsts atis..nosp@m.elst.nosp@m.s@gma.nosp@m.il.c.nosp@m.om

Definition in file cc26xx-aes.h.