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
Code
Location
Scope
Referrer
typedef
struct
mbedtls_asn1_bitstring
asn1.h:145
mbedtls_asn1_bitstring
;
asn1.h:151
typedef
mbedtls_asn1_bitstring
mbedtls_x509_bitstring
;
x509.h:194
mbedtls_asn1_bitstring
;
asn1.h:151
mbedtls_asn1_bitstring
mbedtls_asn1_bitstring
*
bs
)
;
asn1.h:246
mbedtls_asn1_get_bitstring()
mbedtls_asn1_get_bitstring()::bs
mbedtls_asn1_bitstring
*
bs
)
asn1parse.c:186
mbedtls_asn1_get_bitstring()
mbedtls_asn1_get_bitstring()::bs
typedef
mbedtls_asn1_bitstring
mbedtls_x509_bitstring
;
x509.h:194
mbedtls_x509_bitstring
mbedtls_x509_bitstring
bs
=
{
0
,
0
,
NULL
}
;
x509_crt.c:527
x509_get_ns_cert_type()
mbedtls_x509_bitstring
bs
=
{
0
,
0
,
NULL
}
;
x509_crt.c:547
x509_get_key_usage()
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
Instance
Scope
Location
Project
mbedtls_asn1_get_bitstring()::bs
mbedtls_asn1_get_bitstring()
asn1.h:246
mbedtls_asn1_get_bitstring()::bs
mbedtls_asn1_get_bitstring()
asn1parse.c:186
Lifecycle
from
examples
All items filtered out
All items filtered out