mbedTLS
mbedtls_x509_crt_verify_chain_item::crt
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
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_item::crt
mbedtls_x509_crt_verify_chain_item::crt field
Syntax
Show:
Summary
Declaration
from
x509_crt.h:251
mbedtls_x509_crt
*
MBEDTLS_PRIVATE
(
crt
;
Examples
References
from
examples
Code
Location
Referrer
mbedtls_x509_crt
*
MBEDTLS_PRIVATE
(
crt
)
;
x509_crt.h:251
ver_chain
->
items
[
i
]
.
crt
=
NULL
;
x509_crt.c:381
x509_crt_verify_chain_reset()
cur
->
crt
=
child
;
x509_crt.c:2560
x509_crt_verify_chain()
if
(
(
ret
=
f_vrfy
(
p_vrfy
,
cur
->
crt
,
(
int
)
i
-
1
,
&
cur_flags
)
)
!=
0
)
{
x509_crt.c:3027
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_item::crt
is written by 2 functions and is read by 1 function:
x509_crt_verify_chain_reset()
x509_crt_verify_chain()
All items filtered out
mbedtls_x509_crt_verify_chain_item::crt
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