Contiki-NG

Implementation of the cc2538 AES-ECB driver. More...

#include "contiki.h"
#include "dev/ecb.h"
#include <stdbool.h>
#include <stdint.h>

Go to the source code of this file.

Functions

AES-ECB functions
uint8_t ecb_crypt_start (uint8_t encrypt, uint8_t key_area, const void *mdata_in, void *mdata_out, uint16_t mdata_len, struct process *process)
 Starts an ECB crypto operation. More...
 
int8_t ecb_crypt_check_status (void)
 Checks the status of the ECB crypto operation. More...
 

Detailed Description

Implementation of the cc2538 AES-ECB driver.

Definition in file ecb.c.