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...
 

Detailed Description

An ASN.1 OID-identified algorithm.

Definition at line 306 of file asn1.h.

Field Documentation

◆ name

const char* asn1_algorithm::name

Name.

Definition at line 308 of file asn1.h.

Referenced by asn1_check_algorithm(), and x509_check_signature().

◆ oid

struct asn1_cursor asn1_algorithm::oid

Object identifier.

Definition at line 310 of file asn1.h.

◆ pubkey

struct pubkey_algorithm* asn1_algorithm::pubkey

Public-key algorithm (if applicable)

Definition at line 312 of file asn1.h.

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

◆ digest

struct digest_algorithm* asn1_algorithm::digest

Digest algorithm (if applicable)

Definition at line 314 of file asn1.h.

Referenced by ocsp_check_signature().


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