mbedTLS
mbedtls_x509_crt_verify_chain_item::flags
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (4/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::flags
mbedtls_x509_crt_verify_chain_item::flags field
Syntax
Show:
Summary
Declaration
from
x509_crt.h:252
uint32_t
MBEDTLS_PRIVATE
(
flags
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
MBEDTLS_PRIVATE
(
flags
)
;
x509_crt.h:252
ver_chain
->
items
[
i
]
.
flags
=
(
uint32_t
)
-
1
;
x509_crt.c:382
x509_crt_verify_chain_reset()
cur
->
flags
=
0
;
x509_crt.c:2561
x509_crt_verify_chain()
flags
=
&
cur
->
flags
;
x509_crt.c:2563
x509_crt_verify_chain()
cur_flags
=
cur
->
flags
;
x509_crt.c:3024
x509_crt_merge_flags_with_cb()
ver_chain
.
items
[
0
]
.
flags
|=
ee_flags
;
x509_crt.c:3109
x509_crt_verify_restartable_ca_cb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_x509_crt_verify_chain_item::flags
is written by 3 functions and is read by 2 functions:
x509_crt_verify_chain_reset()
x509_crt_verify_chain()
x509_crt_verify_restartable_ca_cb()
All items filtered out
mbedtls_x509_crt_verify_chain_item::flags
x509_crt_merge_flags_with_cb()
x509_crt_verify_restartable_ca_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