|
iPXE
|
#include <byteswap.h>#include <ipxe/rsa.h>#include <ipxe/sha512.h>#include <ipxe/asn1.h>#include <ipxe/tls.h>Go to the source code of this file.
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| FILE_SECBOOT (PERMITTED) | |
Variables | |
| static uint8_t | oid_sha384_with_rsa_encryption [] |
| "sha384WithRSAEncryption" object identifier | |
| struct asn1_algorithm sha384_with_rsa_encryption_algorithm | __asn1_algorithm |
| "sha384WithRSAEncryption" OID-identified algorithm | |
| static const uint8_t | rsa_sha384_prefix_data [] |
| SHA-384 digestInfo prefix. | |
| struct rsa_digestinfo_prefix rsa_sha384_prefix | __rsa_digestinfo_prefix |
| SHA-384 digestInfo prefix. | |
| struct tls_signature_hash_algorithm tls_rsa_sha384 | __tls_sig_hash_algorithm |
| RSA with SHA-384 signature hash algorithm. | |
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
| FILE_SECBOOT | ( | PERMITTED | ) |
|
static |
"sha384WithRSAEncryption" object identifier
Definition at line 34 of file rsa_sha384.c.
| struct asn1_algorithm sha384_with_rsa_encryption_algorithm __asn1_algorithm |
"sha384WithRSAEncryption" OID-identified algorithm
Generic elliptic curve container algorithm.
Definition at line 38 of file rsa_sha384.c.
|
static |
SHA-384 digestInfo prefix.
Definition at line 46 of file rsa_sha384.c.
| struct rsa_digestinfo_prefix rsa_sha384_prefix __rsa_digestinfo_prefix |
SHA-384 digestInfo prefix.
Definition at line 50 of file rsa_sha384.c.
| struct tls_signature_hash_algorithm tls_rsa_pss_pss_sha384 __tls_sig_hash_algorithm |
RSA with SHA-384 signature hash algorithm.
RSA-PSS with RSASSA-PSS OID and SHA-384 signature hash algorithm.
RSA-PSS with rsaEncryption OID and SHA-384 signature hash algorithm.
Definition at line 57 of file rsa_sha384.c.