Test the AES hardware.
Test the AES CCM implementation on top of AES hardware.
Test the AES GCM implementation on top of AES hardware.
Test the CRC hardware.
Test the software implementation of HMAC-SHA256 by performing a hash and
checking it against the expected hash value.
Test for Tock KV System capsules.
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.
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.
Capsule used for testing in-kernel port binding, sending, and receiving.