mbedTLS
mbedtls_x509_crt_verify_chain
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
mbedTLS
mbedtls_x509_crt_verify_chain
mbedtls_x509_crt_verify_chain struct
Verification chain as built by \c mbedtls_crt_verify_chain()
Syntax
Show:
Summary
Declaration
from
x509_crt.h:162
typedef
struct
{
mbedtls_x509_crt_verify_chain_item
items
[
MBEDTLS_X509_MAX_VERIFY_CHAIN_SIZE
]
;
unsigned
len
;
}
mbedtls_x509_crt_verify_chain
;
Fields
Field
Declared as
mbedtls_x509_crt_verify_chain::items
mbedtls_x509_crt_verify_chain_item
[
MBEDTLS_X509_MAX_VERIFY_CHAIN_SIZE
]
mbedtls_x509_crt_verify_chain::len
unsigned
Related Functions
Found 3 other functions taking a
mbedtls_x509_crt_verify_chain
argument:
Function
x509_crt_verify_chain_reset()
x509_crt_verify_chain()
x509_crt_merge_flags_with_cb()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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