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

Container for ASN1 bit strings. More...

#include <asn1.h>

Data Fields

size_t len
 ASN1 length, in octets. More...
 
unsigned char unused_bits
 Number of unused bits at the end of the string. More...
 
unsigned char * p
 Raw ASN1 data for the bit string. More...
 

Detailed Description

Container for ASN1 bit strings.

Definition at line 156 of file asn1.h.

Field Documentation

◆ len

size_t len

ASN1 length, in octets.

Definition at line 158 of file asn1.h.

◆ unused_bits

unsigned char unused_bits

Number of unused bits at the end of the string.

Definition at line 159 of file asn1.h.

◆ p

unsigned char* p

Raw ASN1 data for the bit string.

Definition at line 160 of file asn1.h.