|
Contiki 3.x
|
Implementation of the cc2538 AES-ECB driver. More...
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... | |
Implementation of the cc2538 AES-ECB driver.
Definition in file ecb.c.
1.8.6