#include <ipxe/rsa.h>
#include <ipxe/asn1.h>
Go to the source code of this file.
◆ FILE_LICENCE()
| FILE_LICENCE |
( |
GPL2_OR_LATER_OR_UBDL | | ) |
|
◆ FILE_SECBOOT()
| FILE_SECBOOT |
( |
PERMITTED | | ) |
|
◆ oid_rsassa_pss
"rsassa-pss" object identifier
Definition at line 31 of file oid_rsa_pss.c.
#define ASN1_OID_RSASSA_PSS
ASN.1 OID for rsassa-pss (1.2.840.113549.1.1.10).
◆ __asn1_algorithm
Initial value: = {
.name = "rsassa-pss",
}
#define NULL
NULL pointer (VOID *).
#define ASN1_CURSOR(value)
Define an ASN.1 cursor for a static value.
static uint8_t oid_rsassa_pss[]
"rsassa-pss" object identifier
struct pubkey_algorithm rsa_pss_algorithm
RSA-PSS public-key algorithm.
"rsassa-pss" OID-identified algorithm
Generic elliptic curve container algorithm.
Definition at line 34 of file oid_rsa_pss.c.
34 {
35 .name = "rsassa-pss",
39};