Mbed OS Reference
Loading...
Searching...
No Matches
mbedtls_asn1_named_data Struct Reference

Container for a sequence or list of 'named' ASN.1 data items. More...

#include <asn1.h>

Data Fields

mbedtls_asn1_buf oid
 The object identifier. More...
 
mbedtls_asn1_buf val
 The named value. More...
 
struct mbedtls_asn1_named_datanext
 The next entry in the sequence. More...
 
unsigned char next_merged
 Merge next item into the current one? More...
 

Detailed Description

Container for a sequence or list of 'named' ASN.1 data items.

Definition at line 177 of file asn1.h.

Field Documentation

◆ oid

The object identifier.

Definition at line 179 of file asn1.h.

◆ val

The named value.

Definition at line 180 of file asn1.h.

◆ next

The next entry in the sequence.

Definition at line 181 of file asn1.h.

◆ next_merged

unsigned char next_merged

Merge next item into the current one?

Definition at line 182 of file asn1.h.