mbedTLS
mbedtls_asn1_bitstring
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
mbedTLS
mbedtls_asn1_bitstring
mbedtls_asn1_bitstring struct
Container for ASN1 bit strings.
Syntax
Show:
Summary
Declaration
from
asn1.h:145
typedef
struct
mbedtls_asn1_bitstring
{
size_t
len
;
unsigned
char
unused_bits
;
unsigned
char
*
p
;
}
mbedtls_asn1_bitstring
;
Fields
Field
Declared as
Description
mbedtls_asn1_bitstring::len
size_t
ASN1 length, in octets.
mbedtls_asn1_bitstring::unused_bits
unsigned
char
Number of unused bits at the end of the string.
mbedtls_asn1_bitstring::p
unsigned
char
*
Raw ASN1 data for the bit string.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out