Module sam4l::aes [] [src]

Implementation of the AESA peripheral on the SAM4L

Reexports

use core::cell::Cell;
use kernel::common::VolatileCell;
use kernel::common::take_cell::TakeCell;
use kernel::hil;
use kernel::hil::symmetric_encryption::AES128_BLOCK_SIZE;
use kernel::hil::symmetric_encryption::AES128_KEY_SIZE;
use kernel::returncode::ReturnCode;
use pm;
use scif;

Structs

Aes
AesRegisters

The registers used to interface with the hardware

Enums

ConfidentialityMode

Constants

AES_BASE
IBUFRDY
ODATARDY

Statics

AES