#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_rsa_encryption
"rsaEncryption" object identifier
Definition at line 31 of file oid_rsa.c.
#define ASN1_OID_RSAENCRYPTION
ASN.1 OID for rsaEncryption (1.2.840.113549.1.1.1)
◆ __asn1_algorithm
Initial value:= {
.name = "rsaEncryption",
}
#define NULL
NULL pointer (VOID *)
#define ASN1_CURSOR(value)
Define an ASN.1 cursor for a static value.
static uint8_t oid_rsa_encryption[]
"rsaEncryption" object identifier
struct pubkey_algorithm rsa_algorithm
RSA public-key algorithm.
"rsaEncryption" OID-identified algorithm
Generic elliptic curve container algorithm.
Definition at line 34 of file oid_rsa.c.
34 {
35 .name = "rsaEncryption",
39};