iPXE
|
Go to the source code of this file.
Functions | |
FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
Variables | |
static uint8_t | oid_sha1_with_rsa_encryption [] |
"sha1WithRSAEncryption" object identifier More... | |
struct asn1_algorithm sha1_with_rsa_encryption_algorithm | __asn1_algorithm |
"sha1WithRSAEncryption" OID-identified algorithm More... | |
static const uint8_t | rsa_sha1_prefix_data [] |
SHA-1 digestInfo prefix. More... | |
struct rsa_digestinfo_prefix rsa_sha1_prefix | __rsa_digestinfo_prefix |
SHA-1 digestInfo prefix. More... | |
struct tls_signature_hash_algorithm tls_rsa_sha1 | __tls_sig_hash_algorithm |
RSA with SHA-1 signature hash algorithm. More... | |
FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
|
static |
"sha1WithRSAEncryption" object identifier
Definition at line 32 of file rsa_sha1.c.
struct asn1_algorithm sha1_with_rsa_encryption_algorithm __asn1_algorithm |
"sha1WithRSAEncryption" OID-identified algorithm
"aes128-cbc" OID-identified algorithm
Definition at line 36 of file rsa_sha1.c.
|
static |
SHA-1 digestInfo prefix.
Definition at line 44 of file rsa_sha1.c.
struct rsa_digestinfo_prefix rsa_sha1_prefix __rsa_digestinfo_prefix |
SHA-1 digestInfo prefix.
Definition at line 48 of file rsa_sha1.c.
struct tls_signature_hash_algorithm tls_rsa_sha1 __tls_sig_hash_algorithm |
RSA with SHA-1 signature hash algorithm.
Definition at line 55 of file rsa_sha1.c.