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
Code
Location
Scope
Referrer
typedef
struct
x509_crt.h:162
}
mbedtls_x509_crt_verify_chain
;
x509_crt.h:166
mbedtls_x509_crt_verify_chain
*
ver_chain
)
x509_crt.c:364
x509_crt_verify_chain_reset()
x509_crt_verify_chain_reset()::ver_chain
mbedtls_x509_crt_verify_chain
*
ver_chain
,
x509_crt.c:2265
x509_crt_verify_chain()
x509_crt_verify_chain()::ver_chain
const
mbedtls_x509_crt_verify_chain
*
ver_chain
,
x509_crt.c:2470
x509_crt_merge_flags_with_cb()
x509_crt_merge_flags_with_cb()::ver_chain
mbedtls_x509_crt_verify_chain
ver_chain
;
x509_crt.c:2545
mbedtls_x509_crt_verify_restartable()
}
mbedtls_x509_crt_verify_chain
;
x509_crt.h:166
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:364
x509_crt_verify_chain()::ver_chain
x509_crt_verify_chain()
x509_crt.c:2265
x509_crt_merge_flags_with_cb()::ver_chain
x509_crt_merge_flags_with_cb()
x509_crt.c:2470
Lifecycle
from
examples
All items filtered out
All items filtered out