| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
A.1.2 Hash Algorithm Power-Up Tests
The following hash algorithm tests are run during power-up:
- SHA-1
A known answer test using the string
"abc"is run. (cipher/sha1.c:selftests_sha1)- SHA-224
A known answer test using the string
"abc"is run. (cipher/sha256.c:selftests_sha224)- SHA-256
A known answer test using the string
"abc"is run. (cipher/sha256.c:selftests_sha256)- SHA-384
A known answer test using the string
"abc"is run. (cipher/sha512.c:selftests_sha384)- SHA-512
A known answer test using the string
"abc"is run. (cipher/sha512.c:selftests_sha512)
This document was generated on February 9, 2014 using texi2html 5.0.
