Contiki-NG
Functions

Implementation of the cc2538 AES/SHA cryptoprocessor driver. More...

#include "contiki.h"
#include "dev/sys-ctrl.h"
#include "dev/nvic.h"
#include "dev/crypto.h"
#include "dev/aes.h"
#include "reg.h"
#include "lpm.h"
#include <stdbool.h>

Go to the source code of this file.

Functions

void crypto_isr (void)
 The AES/SHA cryptoprocessor ISR. More...
 
Crypto functions
void crypto_init (void)
 Enables and resets the AES/SHA cryptoprocessor.
 
void crypto_enable (void)
 Enables the AES/SHA cryptoprocessor.
 
void crypto_disable (void)
 Disables the AES/SHA cryptoprocessor. More...
 
void crypto_register_process_notification (struct process *p)
 Registers a process to be notified of the completion of a crypto operation. More...
 

Detailed Description

Implementation of the cc2538 AES/SHA cryptoprocessor driver.

Definition in file crypto.c.