Contiki-NG
Loading...
Searching...
No Matches

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

#include "contiki.h"
#include "dev/rom-util.h"
#include "dev/cbc-mac.h"
#include <stdbool.h>
#include <stdint.h>

Go to the source code of this file.

Functions

AES-CBC-MAC functions
uint8_t cbc_mac_auth_start (uint8_t key_area, const void *mdata, uint16_t mdata_len, struct process *process)
 Starts a CBC-MAC authentication operation.
 
uint8_t cbc_mac_auth_get_result (const void *mac_in, void *mac_out)
 Gets the result of the CBC-MAC authentication operation.
 

Detailed Description

Implementation of the cc2538 AES-CBC-MAC driver.

Definition in file cbc-mac.c.