iPXE
|
Go to the source code of this file.
Functions | |
FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
Variables | |
static uint8_t | oid_sha512_with_rsa_encryption [] |
"sha512WithRSAEncryption" object identifier More... | |
struct asn1_algorithm sha512_with_rsa_encryption_algorithm | __asn1_algorithm |
"sha512WithRSAEncryption" OID-identified algorithm More... | |
static const uint8_t | rsa_sha512_prefix_data [] |
SHA-512 digestInfo prefix. More... | |
struct rsa_digestinfo_prefix rsa_sha512_prefix | __rsa_digestinfo_prefix |
SHA-512 digestInfo prefix. More... | |
struct tls_signature_hash_algorithm tls_rsa_sha512 | __tls_sig_hash_algorithm |
RSA with SHA-512 signature hash algorithm. More... | |
FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
|
static |
"sha512WithRSAEncryption" object identifier
Definition at line 32 of file rsa_sha512.c.
struct asn1_algorithm sha512_with_rsa_encryption_algorithm __asn1_algorithm |
"sha512WithRSAEncryption" OID-identified algorithm
"aes128-cbc" OID-identified algorithm
Definition at line 36 of file rsa_sha512.c.
|
static |
SHA-512 digestInfo prefix.
Definition at line 44 of file rsa_sha512.c.
struct rsa_digestinfo_prefix rsa_sha512_prefix __rsa_digestinfo_prefix |
SHA-512 digestInfo prefix.
Definition at line 48 of file rsa_sha512.c.
struct tls_signature_hash_algorithm tls_rsa_sha512 __tls_sig_hash_algorithm |
RSA with SHA-512 signature hash algorithm.
Definition at line 55 of file rsa_sha512.c.