Module test

Source

Modules§

aes
Test the AES hardware.
aes_ccm
Test the AES CCM implementation on top of AES hardware.
aes_gcm
Test the AES GCM implementation on top of AES hardware.
crc
Test the CRC hardware.
hmac_sha256
Test the software implementation of HMAC-SHA256 by performing a hash and checking it against the expected hash value.
kv_system
Test for Tock KV System capsules.
sha256
Test the software implementation of SHA256 by performing a hash and checking it against the expected hash value. It uses DigestData::add_date and DigestVerify::verify through the Digest trait.
siphash24
Test the software implementation of SipHash24 by performing a hash and checking it against the expected hash value. It uses DigestData::add_date and DigestVerify::verify through the Digest trait.
udp
Capsule used for testing in-kernel port binding, sending, and receiving.