[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
A.1.3 MAC Algorithm Power-Up Tests
The following MAC algorithm tests are run during power-up:
- HMAC SHA-1
A known answer test using 9 byte of data and a 64 byte key is run. (
cipher/hmac-tests.c:selftests_sha1
)- HMAC SHA-224
A known answer test using 28 byte of data and a 4 byte key is run. (
cipher/hmac-tests.c:selftests_sha224
)- HMAC SHA-256
A known answer test using 28 byte of data and a 4 byte key is run. (
cipher/hmac-tests.c:selftests_sha256
)- HMAC SHA-384
A known answer test using 28 byte of data and a 4 byte key is run. (
cipher/hmac-tests.c:selftests_sha384
)- HMAC SHA-512
A known answer test using 28 byte of data and a 4 byte key is run. (
cipher/hmac-tests.c:selftests_sha512
)
This document was generated on February 9, 2014 using texi2html 5.0.