Container for ASN1 bit strings.

Public Attributes#

size_t

ASN1 length, in octets.

unsigned char

Number of unused bits at the end of the string.

unsigned char *

Raw ASN1 data for the bit string.

Public Attribute Documentation#

len#

size_t mbedtls_asn1_bitstring::len

ASN1 length, in octets.


Definition at line 164 of file util/third_party/mbedtls/include/mbedtls/asn1.h

unused_bits#

unsigned char mbedtls_asn1_bitstring::unused_bits

Number of unused bits at the end of the string.


Definition at line 165 of file util/third_party/mbedtls/include/mbedtls/asn1.h

p#

unsigned char* mbedtls_asn1_bitstring::p

Raw ASN1 data for the bit string.


Definition at line 166 of file util/third_party/mbedtls/include/mbedtls/asn1.h