|
iPXE
|
SHA-512/256 algorithm. More...
Go to the source code of this file.
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| FILE_SECBOOT (PERMITTED) | |
| SHA512_ALGORITHM (sha512_256, sha512_256_algorithm, sha512_256_init, SHA512_256_DIGEST_SIZE) | |
| SHA-512/256 algorithm. | |
Variables | |
| static const struct sha512_digest | sha512_256_init |
| SHA-512/256 initial digest values. | |
SHA-512/256 algorithm.
Definition in file sha512_256.c.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
| FILE_SECBOOT | ( | PERMITTED | ) |
| SHA512_ALGORITHM | ( | sha512_256 | , |
| sha512_256_algorithm | , | ||
| sha512_256_init | , | ||
| SHA512_256_DIGEST_SIZE | ) |
SHA-512/256 algorithm.
References sha512_256_algorithm, SHA512_256_DIGEST_SIZE, and sha512_256_init.
|
static |
SHA-512/256 initial digest values.
Definition at line 37 of file sha512_256.c.
Referenced by SHA512_ALGORITHM().