|
iPXE
|
SHA-384 algorithm. More...
Go to the source code of this file.
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| FILE_SECBOOT (PERMITTED) | |
| SHA512_ALGORITHM (sha384, sha384_algorithm, sha384_init, SHA384_DIGEST_SIZE) | |
| SHA-384 algorithm. | |
Variables | |
| static const struct sha512_digest | sha384_init |
| SHA-384 initial digest values. | |
SHA-384 algorithm.
Definition in file sha384.c.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
| FILE_SECBOOT | ( | PERMITTED | ) |
| SHA512_ALGORITHM | ( | sha384 | , |
| sha384_algorithm | , | ||
| sha384_init | , | ||
| SHA384_DIGEST_SIZE | ) |
SHA-384 algorithm.
References sha384_algorithm, SHA384_DIGEST_SIZE, and sha384_init.
|
static |
SHA-384 initial digest values.
Definition at line 37 of file sha384.c.
Referenced by SHA512_ALGORITHM().