mbedTLS
mbedtls_x509_crt_verify_chain_item::flags
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_x509_crt_verify_chain_item::flags
mbedtls_x509_crt_verify_chain_item::flags field
Syntax
Show:
Summary
Declaration
from
x509_crt.h:151
uint32_t
flags
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
flags
;
x509_crt.h:151
ver_chain
->
items
[
i
]
.
flags
=
(
uint32_t
)
-
1
;
x509_crt.c:371
x509_crt_verify_chain_reset()
cur
->
flags
=
0
;
x509_crt.c:2306
x509_crt_verify_chain()
flags
=
&
cur
->
flags
;
x509_crt.c:2308
x509_crt_verify_chain()
cur_flags
=
cur
->
flags
;
x509_crt.c:2482
x509_crt_merge_flags_with_cb()
ver_chain
.
items
[
0
]
.
flags
|=
ee_flags
;
x509_crt.c:2579
mbedtls_x509_crt_verify_restartable()
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()
mbedtls_x509_crt_verify_restartable()
All items filtered out
mbedtls_x509_crt_verify_chain_item::flags
x509_crt_merge_flags_with_cb()
mbedtls_x509_crt_verify_restartable()
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