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

Type-length-value structure that allows for ASN1 using DER. More...

#include <asn1.h>

Data Fields

int tag
 ASN1 type, e.g. More...
 
size_t len
 ASN1 length, in octets. More...
 
unsigned char * p
 ASN1 data, e.g. More...
 

Detailed Description

Type-length-value structure that allows for ASN1 using DER.

Definition at line 145 of file asn1.h.

Field Documentation

◆ tag

int tag

ASN1 type, e.g.

MBEDTLS_ASN1_UTF8_STRING.

Definition at line 147 of file asn1.h.

◆ len

size_t len

ASN1 length, in octets.

Definition at line 148 of file asn1.h.

◆ p

unsigned char* p

ASN1 data, e.g.

in ASCII.

Definition at line 149 of file asn1.h.