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
ESP-IDF Framework and Examples
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:263
typedef
struct
{
mbedtls_x509_crt_verify_chain_item
MBEDTLS_PRIVATE
(
items
)
[
MBEDTLS_X509_MAX_VERIFY_CHAIN_SIZE
]
;
unsigned
MBEDTLS_PRIVATE
(
len
)
;
#if
defined
(
MBEDTLS_X509_TRUSTED_CERTIFICATE_CALLBACK
)
mbedtls_x509_crt
*
MBEDTLS_PRIVATE
(
trust_ca_cb_result
)
;
#endif
}
mbedtls_x509_crt_verify_chain
;
Fields
Field
Declared as
private_items
mbedtls_x509_crt_verify_chain_item
MBEDTLS_PRIVATE
(
items
)
[
MBEDTLS_X509_MAX_VERIFY_CHAIN_SIZE
]
private_len
unsigned
MBEDTLS_PRIVATE
mbedtls_x509_crt_verify_chain::items
mbedtls_x509_crt_verify_chain_item
MBEDTLS_PRIVATE
(
)
[
MBEDTLS_X509_MAX_VERIFY_CHAIN_SIZE
]
mbedtls_x509_crt_verify_chain::len
unsigned
MBEDTLS_PRIVATE
(
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
Code
Location
Scope
Referrer
typedef
struct
{
x509_crt.h:263
}
mbedtls_x509_crt_verify_chain
;
x509_crt.h:274
mbedtls_x509_crt_verify_chain
*
ver_chain
)
x509_crt.c:376
x509_crt_verify_chain_reset()
x509_crt_verify_chain_reset()::ver_chain
mbedtls_x509_crt_verify_chain
*
ver_chain
,
x509_crt.c:2513
x509_crt_verify_chain()
x509_crt_verify_chain()::ver_chain
const
mbedtls_x509_crt_verify_chain
*
ver_chain
,
x509_crt.c:3013
x509_crt_merge_flags_with_cb()
x509_crt_merge_flags_with_cb()::ver_chain
mbedtls_x509_crt_verify_chain
ver_chain
;
x509_crt.c:3071
x509_crt_verify_restartable_ca_cb()
}
mbedtls_x509_crt_verify_chain
;
x509_crt.h:274
mbedtls_x509_crt_verify_chain
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
Instance
Scope
Location
Project
x509_crt_verify_chain_reset()::ver_chain
x509_crt_verify_chain_reset()
x509_crt.c:376
x509_crt_verify_chain()::ver_chain
x509_crt_verify_chain()
x509_crt.c:2513
x509_crt_merge_flags_with_cb()::ver_chain
x509_crt_merge_flags_with_cb()
x509_crt.c:3013
Lifecycle
from
examples
All items filtered out
All items filtered out