|
Contiki 3.x
|
Implementation of the cc2538 AES-CTR driver. More...
#include "contiki.h"#include "dev/rom-util.h"#include "dev/ctr.h"#include <stdbool.h>#include <stdint.h>Go to the source code of this file.
Functions | |
AES-CTR functions | |
| uint8_t | ctr_crypt_start (uint8_t encrypt, uint8_t key_area, const void *nonce, const void *ictr, uint8_t ctr_len, const void *mdata_in, void *mdata_out, uint16_t mdata_len, struct process *process) |
| Starts a CTR crypto operation. More... | |
| int8_t | ctr_crypt_check_status (void) |
| Checks the status of the CTR crypto operation. More... | |
Implementation of the cc2538 AES-CTR driver.
Definition in file ctr.c.
1.8.6