iPXE
Data Fields
asn1_algorithm Struct Reference

An ASN.1 OID-identified algorithm. More...

#include <asn1.h>

Data Fields

const char * name
 Name. More...
 
struct asn1_cursor oid
 Object identifier. More...
 
struct pubkey_algorithmpubkey
 Public-key algorithm (if applicable) More...
 
struct digest_algorithmdigest
 Digest algorithm (if applicable) More...
 
struct elliptic_curvecurve
 Elliptic curve (if applicable) More...
 

Detailed Description

An ASN.1 OID-identified algorithm.

Definition at line 311 of file asn1.h.

Field Documentation

◆ name

const char* asn1_algorithm::name

Name.

Definition at line 313 of file asn1.h.

Referenced by asn1_check_algorithm().

◆ oid

struct asn1_cursor asn1_algorithm::oid

Object identifier.

Definition at line 315 of file asn1.h.

◆ pubkey

struct pubkey_algorithm* asn1_algorithm::pubkey

Public-key algorithm (if applicable)

Definition at line 317 of file asn1.h.

Referenced by certstore_find_key(), ocsp_check_signature(), and tls_send_certificate_verify().

◆ digest

struct digest_algorithm* asn1_algorithm::digest

Digest algorithm (if applicable)

Definition at line 319 of file asn1.h.

Referenced by ocsp_check_signature().

◆ curve

struct elliptic_curve* asn1_algorithm::curve

Elliptic curve (if applicable)

Definition at line 321 of file asn1.h.


The documentation for this struct was generated from the following file: