Contiki-NG
Functions

Implementation of the AES driver for the CC26x0/CC13x0 SoC. More...

#include "contiki.h"
#include "dev/cc26xx-aes.h"
#include "ti-lib.h"
#include "sys/log.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

Implementation of the AES driver for the CC26x0/CC13x0 SoC.

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

Definition in file cc26xx-aes.c.