iPXE
|
Go to the source code of this file.
Functions | |
FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
Variables | |
static uint8_t | oid_sha384_with_rsa_encryption [] |
"sha384WithRSAEncryption" object identifier More... | |
struct asn1_algorithm sha384_with_rsa_encryption_algorithm | __asn1_algorithm |
"sha384WithRSAEncryption" OID-identified algorithm More... | |
static const uint8_t | rsa_sha384_prefix_data [] |
SHA-384 digestInfo prefix. More... | |
struct rsa_digestinfo_prefix rsa_sha384_prefix | __rsa_digestinfo_prefix |
SHA-384 digestInfo prefix. More... | |
struct tls_signature_hash_algorithm tls_rsa_sha384 | __tls_sig_hash_algorithm |
RSA with SHA-384 signature hash algorithm. More... | |
FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
|
static |
"sha384WithRSAEncryption" object identifier
Definition at line 32 of file rsa_sha384.c.
struct asn1_algorithm sha384_with_rsa_encryption_algorithm __asn1_algorithm |
"sha384WithRSAEncryption" OID-identified algorithm
"aes128-cbc" OID-identified algorithm
Definition at line 36 of file rsa_sha384.c.
|
static |
SHA-384 digestInfo prefix.
Definition at line 44 of file rsa_sha384.c.
struct rsa_digestinfo_prefix rsa_sha384_prefix __rsa_digestinfo_prefix |
SHA-384 digestInfo prefix.
Definition at line 48 of file rsa_sha384.c.
struct tls_signature_hash_algorithm tls_rsa_sha384 __tls_sig_hash_algorithm |
RSA with SHA-384 signature hash algorithm.
Definition at line 55 of file rsa_sha384.c.