Home
last modified time | relevance | path

Searched refs:ver_chain (Results 1 - 2 of 2) sorted by relevance

/third_party/mbedtls/library/
H A Dx509_crt.c374 mbedtls_x509_crt_verify_chain *ver_chain) in x509_crt_verify_chain_reset()
379 ver_chain->items[i].crt = NULL; in x509_crt_verify_chain_reset()
380 ver_chain->items[i].flags = (uint32_t) -1; in x509_crt_verify_chain_reset()
383 ver_chain->len = 0; in x509_crt_verify_chain_reset()
386 ver_chain->trust_ca_cb_result = NULL; in x509_crt_verify_chain_reset()
2494 * - [out] ver_chain: the built and verified chain
2511 mbedtls_x509_crt_verify_chain *ver_chain, in x509_crt_verify_chain()
2538 *ver_chain = rs_ctx->ver_chain; /* struct copy */ in x509_crt_verify_chain()
2542 cur = &ver_chain in x509_crt_verify_chain()
373 x509_crt_verify_chain_reset( mbedtls_x509_crt_verify_chain *ver_chain) x509_crt_verify_chain_reset() argument
2504 x509_crt_verify_chain( mbedtls_x509_crt *crt, mbedtls_x509_crt *trust_ca, mbedtls_x509_crl *ca_crl, mbedtls_x509_crt_ca_cb_t f_ca_cb, void *p_ca_cb, const mbedtls_x509_crt_profile *profile, mbedtls_x509_crt_verify_chain *ver_chain, mbedtls_x509_crt_restart_ctx *rs_ctx) x509_crt_verify_chain() argument
3009 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) x509_crt_merge_flags_with_cb() argument
3069 mbedtls_x509_crt_verify_chain ver_chain; x509_crt_verify_restartable_ca_cb() local
[all...]
/third_party/mbedtls/include/mbedtls/
H A Dx509_crt.h299 mbedtls_x509_crt_verify_chain MBEDTLS_PRIVATE(ver_chain);

Completed in 8 milliseconds