Mbed TLS v2.28.9
Loading...
Searching...
No Matches
mbedtls_asn1_named_data Struct Reference

#include <asn1.h>

Collaboration diagram for mbedtls_asn1_named_data:

Data Fields

mbedtls_asn1_buf oid
 
mbedtls_asn1_buf val
 
struct mbedtls_asn1_named_datanext
 
unsigned char next_merged
 

Detailed Description

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

Definition at line 172 of file asn1.h.

Field Documentation

◆ next

struct mbedtls_asn1_named_data* mbedtls_asn1_named_data::next

The next entry in the sequence.

Definition at line 175 of file asn1.h.

◆ next_merged

unsigned char mbedtls_asn1_named_data::next_merged

Merge next item into the current one?

Definition at line 176 of file asn1.h.

◆ oid

mbedtls_asn1_buf mbedtls_asn1_named_data::oid

The object identifier.

Definition at line 173 of file asn1.h.

◆ val

mbedtls_asn1_buf mbedtls_asn1_named_data::val

The named value.

Definition at line 174 of file asn1.h.


The documentation for this struct was generated from the following file: