Container for a sequence or list of 'named' ASN.1 data items. More...
#include <asn1.h>
Data Fields | |
asn1_buf | oid |
The object identifier. | |
asn1_buf | val |
The named value. | |
struct _asn1_named_data * | next |
The next entry in the sequence. |
Container for a sequence or list of 'named' ASN.1 data items.
Definition at line 148 of file asn1.h.
struct _asn1_named_data* _asn1_named_data::next [read] |
The next entry in the sequence.
Definition at line 152 of file asn1.h.
Referenced by asn1_find_named_data(), asn1_free_named_data_list(), asn1_store_named_data(), x509_crl_free(), x509_crt_free(), x509_crt_verify(), x509_csr_free(), x509_dn_gets(), x509_get_attr_type_value(), x509_get_name(), x509_write_extensions(), and x509_write_names().
The object identifier.
Definition at line 150 of file asn1.h.
Referenced by asn1_find_named_data(), asn1_free_named_data(), asn1_store_named_data(), x509_crt_verify(), x509_dn_gets(), x509_get_attr_type_value(), x509_write_extension(), and x509_write_names().
The named value.
Definition at line 151 of file asn1.h.
Referenced by asn1_free_named_data(), asn1_store_named_data(), x509_crt_verify(), x509_dn_gets(), x509_get_attr_type_value(), x509_set_extension(), x509_write_extension(), and x509_write_names().