Container for a sequence of ASN.1 items.
Public Attributes#
Buffer containing the given ASN.1 item.
struct mbedtls_asn1_sequence *
The next entry in the sequence.
Public Attribute Documentation#
buf#
mbedtls_asn1_buf mbedtls_asn1_sequence::buf
Buffer containing the given ASN.1 item.
Definition at line
176
of file util/third_party/mbedtls/include/mbedtls/asn1.h
next#
struct mbedtls_asn1_sequence* mbedtls_asn1_sequence::next
The next entry in the sequence.
The details of memory management for sequences are not documented and may change in future versions. Set this field to NULL
when initializing a structure, and do not modify it except via Mbed TLS library functions.
Definition at line
185
of file util/third_party/mbedtls/include/mbedtls/asn1.h