iPXE
|
An X.509 certificate public key. More...
#include <x509.h>
Data Fields | |
struct asn1_cursor | raw |
Raw public key information. More... | |
struct asn1_algorithm * | algorithm |
Public key algorithm. More... | |
struct asn1_bit_string | raw_bits |
Raw public key bit string. More... | |
struct asn1_cursor x509_public_key::raw |
Raw public key information.
Definition at line 51 of file x509.h.
Referenced by cms_verify_digest(), ocsp_check_signature(), tls_validator_done(), x509_check_signature(), x509_find_key(), and x509_parse_public_key().
struct asn1_algorithm* x509_public_key::algorithm |
Public key algorithm.
Definition at line 53 of file x509.h.
Referenced by x509_check_signature(), and x509_parse_public_key().
struct asn1_bit_string x509_public_key::raw_bits |
Raw public key bit string.
Definition at line 55 of file x509.h.
Referenced by ocsp_compare_responder_key_hash(), ocsp_request(), and x509_parse_public_key().