Container for a sequence of ASN.1 items.

Public Attributes#

Buffer containing the given ASN.1 item.

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 174 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 183 of file util/third_party/mbedtls/include/mbedtls/asn1.h