iPXE
|
An ASN.1 bit string. More...
#include <asn1.h>
Data Fields | |
const void * | data |
Data. More... | |
size_t | len |
Length. More... | |
unsigned int | unused |
Unused bits at end of data. More... | |
const void* asn1_bit_string::data |
Data.
Definition at line 422 of file asn1.h.
Referenced by ocsp_check_signature(), ocsp_compare_responder_key_hash(), ocsp_request(), x509_parse(), and x509_parse_key_usage().
size_t asn1_bit_string::len |
Length.
Definition at line 424 of file asn1.h.
Referenced by ocsp_check_signature(), ocsp_compare_responder_key_hash(), ocsp_request(), x509_parse(), and x509_parse_key_usage().
unsigned int asn1_bit_string::unused |