iPXE
Functions | Variables
oid_rsa.c File Reference
#include <ipxe/rsa.h>
#include <ipxe/asn1.h>

Go to the source code of this file.

Functions

 FILE_LICENCE (GPL2_OR_LATER_OR_UBDL)
 

Variables

static uint8_t oid_rsa_encryption [] = { ASN1_OID_RSAENCRYPTION }
 "rsaEncryption" object identifier More...
 
struct asn1_algorithm rsa_encryption_algorithm __asn1_algorithm
 "rsaEncryption" OID-identified algorithm More...
 

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL  )

Variable Documentation

◆ oid_rsa_encryption

uint8_t oid_rsa_encryption[] = { ASN1_OID_RSAENCRYPTION }
static

"rsaEncryption" object identifier

Definition at line 30 of file oid_rsa.c.

◆ __asn1_algorithm

struct asn1_algorithm rsa_encryption_algorithm __asn1_algorithm
Initial value:
= {
.name = "rsaEncryption",
.pubkey = &rsa_algorithm,
.digest = NULL,
}
#define ASN1_CURSOR(value)
Define an ASN.1 cursor for a static value.
Definition: asn1.h:305
static uint8_t oid_rsa_encryption[]
"rsaEncryption" object identifier
Definition: oid_rsa.c:30
struct pubkey_algorithm rsa_algorithm
RSA public-key algorithm.
Definition: rsa.c:632
#define NULL
NULL pointer (VOID *)
Definition: Base.h:321

"rsaEncryption" OID-identified algorithm

"md4" OID-identified algorithm

Definition at line 33 of file oid_rsa.c.