|
iPXE
|
SHA-384 algorithm. More...
Go to the source code of this file.
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| static void | sha384_init (void *ctx) |
| Initialise SHA-384 algorithm. More... | |
Variables | |
| static const struct sha512_digest | sha384_init_digest |
| SHA-384 initial digest values. More... | |
| struct digest_algorithm | sha384_algorithm |
| SHA-384 algorithm. More... | |
SHA-384 algorithm.
Definition in file sha384.c.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
|
static |
Initialise SHA-384 algorithm.
| ctx | SHA-384 context |
Definition at line 56 of file sha384.c.
References ctx, SHA384_DIGEST_SIZE, sha384_init_digest, and sha512_family_init().
|
static |
SHA-384 initial digest values.
Definition at line 38 of file sha384.c.
Referenced by sha384_init().
| struct digest_algorithm sha384_algorithm |
SHA-384 algorithm.
Definition at line 63 of file sha384.c.
Referenced by peerdist_info_v1(), sha384sum_exec(), and sha512_test_exec().
1.8.15