|
iPXE
|
SHA-224 algorithm. More...
Go to the source code of this file.
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| FILE_SECBOOT (PERMITTED) | |
| SHA256_ALGORITHM (sha224, sha224_algorithm, sha224_init, SHA224_DIGEST_SIZE) | |
| SHA-224 algorithm. | |
Variables | |
| static const struct sha256_digest | sha224_init |
| SHA-224 initial digest values. | |
SHA-224 algorithm.
Definition in file sha224.c.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
| FILE_SECBOOT | ( | PERMITTED | ) |
| SHA256_ALGORITHM | ( | sha224 | , |
| sha224_algorithm | , | ||
| sha224_init | , | ||
| SHA224_DIGEST_SIZE | ) |
SHA-224 algorithm.
References sha224_algorithm, SHA224_DIGEST_SIZE, and sha224_init.
|
static |
SHA-224 initial digest values.
Definition at line 37 of file sha224.c.
Referenced by SHA256_ALGORITHM().