iPXE
Data Fields
asn1_cursor Struct Reference

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

Detailed Description

An ASN.1 object cursor.

Definition at line 20 of file asn1.h.

Field Documentation

◆ data

const void* asn1_cursor::data

◆ len

size_t asn1_cursor::len

Length of data.

Definition at line 24 of file asn1.h.

Referenced by asn1_algorithm(), asn1_boolean(), asn1_cipher_algorithm(), asn1_compare(), asn1_curve_algorithm(), asn1_digest_algorithm(), asn1_enter(), asn1_enter_bits(), asn1_enter_unsigned(), asn1_generalized_time(), asn1_integer(), asn1_invalidate_cursor(), asn1_okx(), asn1_parse_cbc(), asn1_pubkey_algorithm(), asn1_shrink(), asn1_signature_algorithm(), asn1_skip_if_exists(), asn1_start(), asn1_type(), cms_cipher_key(), cms_decrypt(), cms_parse_certificates(), cms_parse_mac(), cms_parse_participants(), cms_parse_value(), der_image_probe(), ecdsa_parse_key(), ecdsa_parse_signature(), efi_cacert(), 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_decrypt(), rsa_encrypt(), rsa_init(), tls_send_certificate(), tls_send_client_key_exchange_dhe(), 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(), x509_parse_authority_info_access(), x509_parse_common_name(), x509_parse_extended_key_usage(), x509_parse_extensions(), x509_parse_issuer(), x509_parse_key_usage(), x509_parse_public_key(), x509_parse_subject(), and x509_parse_subject_alt_name().


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