mbedTLS
mbedtls_x509_crt_verify_chain::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
ESP-IDF Framework and Examples
mbedTLS
mbedtls_x509_crt_verify_chain::len
mbedtls_x509_crt_verify_chain::len field
Syntax
Show:
Summary
Declaration
from
x509_crt.h:265
unsigned
MBEDTLS_PRIVATE
(
len
;
Examples
References
from
examples
Code
Location
Referrer
unsigned
MBEDTLS_PRIVATE
(
len
)
;
x509_crt.h:265
ver_chain
->
len
=
0
;
x509_crt.c:385
x509_crt_verify_chain_reset()
cur
=
&
ver_chain
->
items
[
ver_chain
->
len
]
;
x509_crt.c:2559
x509_crt_verify_chain()
ver_chain
->
len
++
;
x509_crt.c:2562
x509_crt_verify_chain()
if
(
ver_chain
->
len
==
1
&&
x509_crt.c:2591
x509_crt_verify_chain()
ver_chain
->
len
-
1
,
self_cnt
,
rs_ctx
,
x509_crt.c:2625
x509_crt_verify_chain()
if
(
ver_chain
->
len
!=
1
&&
x509_crt.c:2650
x509_crt_verify_chain()
ver_chain
->
len
>
MBEDTLS_X509_MAX_INTERMEDIATE_CA
)
{
x509_crt.c:2658
x509_crt_verify_chain()
for
(
i
=
ver_chain
->
len
;
i
!=
0
;
--
i
)
{
x509_crt.c:3022
x509_crt_merge_flags_with_cb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_x509_crt_verify_chain::len
is written by 2 functions and is read by 2 functions:
x509_crt_verify_chain_reset()
x509_crt_verify_chain()
All items filtered out
mbedtls_x509_crt_verify_chain::len
x509_crt_verify_chain()
x509_crt_merge_flags_with_cb()
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