Contiki-NG

Header file for the cc2538 AES-CBC driver. More...

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

Go to the source code of this file.

Macros

AES-CBC constants
#define CBC_IV_LEN   AES_IV_LEN
 

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

Header file for the cc2538 AES-CBC driver.

Definition in file cbc.h.