iPXE
|
SHA-512/224 algorithm. More...
Go to the source code of this file.
Functions | |
FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
static void | sha512_224_init (void *ctx) |
Initialise SHA-512/224 algorithm. More... | |
Variables | |
static const struct sha512_digest | sha512_224_init_digest |
SHA-512/224 initial digest values. More... | |
struct digest_algorithm | sha512_224_algorithm |
SHA-512/224 algorithm. More... | |
SHA-512/224 algorithm.
Definition in file sha512_224.c.
FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
|
static |
Initialise SHA-512/224 algorithm.
ctx | SHA-512/224 context |
Definition at line 56 of file sha512_224.c.
References ctx, SHA512_224_DIGEST_SIZE, sha512_224_init_digest, and sha512_family_init().
|
static |
SHA-512/224 initial digest values.
Definition at line 38 of file sha512_224.c.
Referenced by sha512_224_init().
struct digest_algorithm sha512_224_algorithm |
SHA-512/224 algorithm.
Definition at line 64 of file sha512_224.c.
Referenced by sha512_test_exec().