iPXE
|
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_algorithm * | pubkey |
Public-key algorithm (if applicable) More... | |
struct digest_algorithm * | digest |
Digest algorithm (if applicable) More... | |
const char* asn1_algorithm::name |
Name.
Definition at line 308 of file asn1.h.
Referenced by asn1_check_algorithm(), and x509_check_signature().
struct asn1_cursor asn1_algorithm::oid |
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().
struct digest_algorithm* asn1_algorithm::digest |
Digest algorithm (if applicable)
Definition at line 314 of file asn1.h.
Referenced by ocsp_check_signature().