iPXE
|
An ASN.1 object cursor. More...
#include <asn1.h>
Data Fields | |
const void * | data |
Start of data. More... | |
size_t | len |
Length of data. More... | |
const void* asn1_cursor::data |
Start of data.
Definition at line 22 of file asn1.h.
Referenced by asn1_algorithm(), asn1_bit_string(), asn1_boolean(), asn1_compare(), asn1_digest_algorithm(), asn1_generalized_time(), asn1_integer(), asn1_integral_bit_string(), asn1_okx(), asn1_pubkey_algorithm(), asn1_shrink(), asn1_signature_algorithm(), asn1_skip_if_exists(), asn1_start(), asn1_type(), certstore_find_key(), cms_parse_certificates(), cms_parse_signature_value(), cms_signature(), cms_verify_digest(), der_probe(), icert_cert(), icert_encode(), image_x509(), ocsp_check_signature(), ocsp_compare_responder_key_hash(), ocsp_parse_cert_id(), ocsp_parse_certs(), ocsp_parse_response_status(), ocsp_parse_response_type(), ocsp_parse_responses(), ocsp_request(), ocsp_response(), ocsp_uri_string(), rsa_init(), rsa_match(), rsa_parse_integer(), rsa_parse_mod_exp(), tls_send_certificate(), tls_validator_done(), validator_append(), validator_start_download(), x509_certificate(), x509_check_alt_name(), x509_check_issuer(), x509_check_signature(), x509_fingerprint(), x509_name(), x509_parse_issuer(), x509_parse_public_key(), x509_parse_subject(), and x509_parse_subject_alt_name().
size_t asn1_cursor::len |
Length of data.
Definition at line 24 of file asn1.h.
Referenced by asn1_algorithm(), asn1_bit_string(), asn1_boolean(), asn1_compare(), asn1_digest_algorithm(), asn1_enter(), asn1_generalized_time(), asn1_integer(), asn1_integral_bit_string(), asn1_invalidate_cursor(), asn1_okx(), asn1_pubkey_algorithm(), asn1_shrink(), asn1_signature_algorithm(), asn1_skip_if_exists(), asn1_start(), asn1_type(), certstore_find_key(), cms_parse(), cms_parse_certificates(), cms_parse_signature_value(), cms_signature(), cms_verify_digest(), der_probe(), icert_cert(), icert_encode(), image_x509(), ocsp_check_signature(), ocsp_compare_responder_key_hash(), ocsp_parse_cert_id(), ocsp_parse_certs(), ocsp_parse_response_status(), ocsp_parse_response_type(), ocsp_parse_responses(), ocsp_request(), ocsp_required(), ocsp_response(), ocsp_uri_string(), rsa_init(), rsa_match(), rsa_parse_integer(), rsa_parse_mod_exp(), tls_send_certificate(), tls_validator_done(), validator_append(), validator_start_download(), x509_certificate(), x509_check_alt_name(), x509_check_issuer(), x509_check_name(), x509_check_signature(), x509_fingerprint(), x509_name(), x509_parse_authority_info_access(), x509_parse_common_name(), x509_parse_extended_key_usage(), x509_parse_extensions(), x509_parse_issuer(), x509_parse_public_key(), x509_parse_subject(), and x509_parse_subject_alt_name().