#include <asn1.h>
Collaboration diagram for mbedtls_asn1_named_data:
Data Fields | |
mbedtls_asn1_buf | oid |
The object identifier. | |
mbedtls_asn1_buf | val |
The named value. | |
mbedtls_asn1_named_data * | next |
The next entry in the sequence. | |
unsigned char | next_merged |
Merge next item into the current one? |
Definition at line 150 of file asn1.h.
unsigned char mbedtls_asn1_named_data::next_merged |