Contiki-NG

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

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

Go to the source code of this file.

Functions

AES-CBC functions
uint8_t cbc_crypt_start (uint8_t encrypt, uint8_t key_area, const void *iv, const void *mdata_in, void *mdata_out, uint16_t mdata_len, struct process *process)
 Starts a CBC crypto operation. More...
 
int8_t cbc_crypt_check_status (void)
 Checks the status of the CBC crypto operation. More...
 

Detailed Description

Implementation of the cc2538 AES-CBC driver.

Definition in file cbc.c.