mbedTLS
mbedtls_asn1_bitstring::len
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::len
mbedtls_asn1_bitstring::len field
ASN1 length, in octets.
Syntax
Show:
Summary
Declaration
from
asn1.h:147
size_t
len
;
Examples
References
from
examples
Code
Location
Referrer
size_t
len
;
/**< ASN1 length, in octets. */
asn1.h:147
if
(
(
ret
=
mbedtls_asn1_get_tag
(
p
,
end
,
&
bs
->
len
,
MBEDTLS_ASN1_BIT_STRING
)
)
!=
0
)
asn1parse.c:191
mbedtls_asn1_get_bitstring()
if
(
bs
->
len
<
1
)
asn1parse.c:195
mbedtls_asn1_get_bitstring()
bs
->
len
-=
1
;
asn1parse.c:197
mbedtls_asn1_get_bitstring()
*
p
+=
bs
->
len
;
asn1parse.c:207
mbedtls_asn1_get_bitstring()
if
(
bs
.
len
!=
1
)
x509_crt.c:532
x509_get_ns_cert_type()
if
(
bs
.
len
<
1
)
x509_crt.c:552
x509_get_key_usage()
for
(
i
=
0
;
i
<
bs
.
len
&&
i
<
sizeof
(
unsigned
int
)
;
i
++
)
x509_crt.c:558
x509_get_key_usage()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_asn1_bitstring::len
is written by 1 function and is read by 3 functions:
mbedtls_asn1_get_bitstring()
All items filtered out
mbedtls_asn1_bitstring::len
mbedtls_asn1_get_bitstring()
x509_get_ns_cert_type()
x509_get_key_usage()
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