mbedTLS
x509_crt_merge_flags_with_cb()
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
mbedTLS
x509_crt_merge_flags_with_cb()
x509_crt_merge_flags_with_cb() function
Syntax
Show:
Summary
Declaration
from
x509_crt.c:2468
static
int
x509_crt_merge_flags_with_cb
(
uint32_t
*
flags
,
const
mbedtls_x509_crt_verify_chain
*
ver_chain
,
int
(
*
f_vrfy
)
(
void
*
,
mbedtls_x509_crt
*
,
int
,
uint32_t
*
)
,
void
*
p_vrfy
)
;
Arguments
Argument
flags
ver_chain
f_vrfy
p_vrfy
Examples
References
from
examples
Code
Location
Referrer
static
int
x509_crt_merge_flags_with_cb
(
x509_crt.c:2468
ret
=
x509_crt_merge_flags_with_cb
(
flags
,
&
ver_chain
,
f_vrfy
,
p_vrfy
)
;
x509_crt.c:2582
mbedtls_x509_crt_verify_restartable()
Call Tree
from
examples
x509_crt_merge_flags_with_cb()
is called by 1 function and calls 1 function:
mbedtls_x509_crt_verify_restartable()
All items filtered out
x509_crt_merge_flags_with_cb()
x509_crt_merge_flags_with_cb()::f_vrfy
All items filtered out
Data Use
from
examples
x509_crt_merge_flags_with_cb()
reads 4 variables:
mbedtls_x509_crt_verify_chain_item::crt
mbedtls_x509_crt_verify_chain_item::flags
mbedtls_x509_crt_verify_chain::items
mbedtls_x509_crt_verify_chain::len
All items filtered out
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