iPXE
|
Go to the source code of this file.
Functions | |
FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
Variables | |
static uint8_t | oid_sha256_with_rsa_encryption [] |
"sha256WithRSAEncryption" object identifier More... | |
struct asn1_algorithm sha256_with_rsa_encryption_algorithm | __asn1_algorithm |
"sha256WithRSAEncryption" OID-identified algorithm More... | |
static const uint8_t | rsa_sha256_prefix_data [] |
SHA-256 digestInfo prefix. More... | |
struct rsa_digestinfo_prefix rsa_sha256_prefix | __rsa_digestinfo_prefix |
SHA-256 digestInfo prefix. More... | |
struct tls_signature_hash_algorithm tls_rsa_sha256 | __tls_sig_hash_algorithm |
RSA with SHA-256 signature hash algorithm. More... | |
FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
|
static |
"sha256WithRSAEncryption" object identifier
Definition at line 32 of file rsa_sha256.c.
struct asn1_algorithm sha256_with_rsa_encryption_algorithm __asn1_algorithm |
"sha256WithRSAEncryption" OID-identified algorithm
"aes128-cbc" OID-identified algorithm
Definition at line 36 of file rsa_sha256.c.
|
static |
SHA-256 digestInfo prefix.
Definition at line 44 of file rsa_sha256.c.
struct rsa_digestinfo_prefix rsa_sha256_prefix __rsa_digestinfo_prefix |
SHA-256 digestInfo prefix.
Definition at line 48 of file rsa_sha256.c.
struct tls_signature_hash_algorithm tls_rsa_sha256 __tls_sig_hash_algorithm |
RSA with SHA-256 signature hash algorithm.
Definition at line 55 of file rsa_sha256.c.