|
iPXE
|
Go to the source code of this file.
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| FILE_SECBOOT (PERMITTED) | |
Variables | |
| static uint8_t | oid_sha512_256_with_rsa_encryption [] |
| "sha512-256WithRSAEncryption" object identifier | |
| struct asn1_algorithm sha512_256_with_rsa_encryption_algorithm | __asn1_algorithm |
| "sha512-256WithRSAEncryption" OID-identified algorithm | |
| static const uint8_t | rsa_sha512_256_prefix_data [] |
| SHA-512/256 digestInfo prefix. | |
| struct rsa_digestinfo_prefix rsa_sha512_256_prefix | __rsa_digestinfo_prefix |
| SHA-512/256 digestInfo prefix. | |
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
| FILE_SECBOOT | ( | PERMITTED | ) |
|
static |
"sha512-256WithRSAEncryption" object identifier
Definition at line 32 of file rsa_sha512_256.c.
| struct asn1_algorithm sha512_256_with_rsa_encryption_algorithm __asn1_algorithm |
"sha512-256WithRSAEncryption" OID-identified algorithm
Generic elliptic curve container algorithm.
Definition at line 37 of file rsa_sha512_256.c.
|
static |
SHA-512/256 digestInfo prefix.
Definition at line 45 of file rsa_sha512_256.c.
| struct rsa_digestinfo_prefix rsa_sha512_256_prefix __rsa_digestinfo_prefix |
SHA-512/256 digestInfo prefix.
Definition at line 50 of file rsa_sha512_256.c.