|
iPXE
|
SHA-224 algorithm. More...
Go to the source code of this file.
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| static void | sha224_init (void *ctx) |
| Initialise SHA-224 algorithm. More... | |
Variables | |
| static const struct sha256_digest | sha224_init_digest |
| SHA-224 initial digest values. More... | |
| struct digest_algorithm | sha224_algorithm |
| SHA-224 algorithm. More... | |
SHA-224 algorithm.
Definition in file sha224.c.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
|
static |
Initialise SHA-224 algorithm.
| ctx | SHA-224 context |
Definition at line 56 of file sha224.c.
References ctx, SHA224_DIGEST_SIZE, sha224_init_digest, and sha256_family_init().
|
static |
SHA-224 initial digest values.
Definition at line 38 of file sha224.c.
Referenced by sha224_init().
| struct digest_algorithm sha224_algorithm |
SHA-224 algorithm.
Definition at line 63 of file sha224.c.
Referenced by sha224sum_exec(), and sha256_test_exec().
1.8.15