Module capsules::test::aes_ccm [] [src]

Test the AES CCM implementation on top of AES hardware.

Reexports

use core::cell::Cell;
use kernel::ReturnCode;
use kernel::common::take_cell::TakeCell;
use kernel::hil::symmetric_encryption::AES128CCM;
use kernel::hil::symmetric_encryption::AES128_KEY_SIZE;
use kernel::hil::symmetric_encryption::CCMClient;
use kernel::hil::symmetric_encryption::CCM_NONCE_LENGTH;

Structs

Test

Statics

BEACON_NONCE
BEACON_SECURED
BEACON_UNSECURED
DATA_NONCE
DATA_SECURED
DATA_UNSECURED
KEY
MAC_NONCE
MAC_SECURED
MAC_UNSECURED