|
iPXE
|
SHA-512/256 algorithm. More...
Go to the source code of this file.
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| static void | sha512_256_init (void *ctx) |
| Initialise SHA-512/256 algorithm. More... | |
Variables | |
| static const struct sha512_digest | sha512_256_init_digest |
| SHA-512/256 initial digest values. More... | |
| struct digest_algorithm | sha512_256_algorithm |
| SHA-512/256 algorithm. More... | |
SHA-512/256 algorithm.
Definition in file sha512_256.c.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
|
static |
Initialise SHA-512/256 algorithm.
| ctx | SHA-512/256 context |
Definition at line 56 of file sha512_256.c.
References ctx, SHA512_256_DIGEST_SIZE, sha512_256_init_digest, and sha512_family_init().
|
static |
SHA-512/256 initial digest values.
Definition at line 38 of file sha512_256.c.
Referenced by sha512_256_init().
| struct digest_algorithm sha512_256_algorithm |
SHA-512/256 algorithm.
Definition at line 64 of file sha512_256.c.
Referenced by sha512_test_exec().
1.8.15