Home
last modified time | relevance | path

Searched refs:trust_ca_cb_result (Results 1 – 2 of 2) sorted by relevance

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dx509_crt.c374 ver_chain->trust_ca_cb_result = NULL; in x509_crt_verify_chain_reset()
2900 mbedtls_x509_crt_free( ver_chain->trust_ca_cb_result ); in x509_crt_verify_chain()
2901 mbedtls_free( ver_chain->trust_ca_cb_result ); in x509_crt_verify_chain()
2902 ver_chain->trust_ca_cb_result = NULL; in x509_crt_verify_chain()
2904 ret = f_ca_cb( p_ca_cb, child, &ver_chain->trust_ca_cb_result ); in x509_crt_verify_chain()
2908 cur_trust_ca = ver_chain->trust_ca_cb_result; in x509_crt_verify_chain()
3166 mbedtls_x509_crt_free( ver_chain.trust_ca_cb_result ); in x509_crt_verify_restartable_ca_cb()
3167 mbedtls_free( ver_chain.trust_ca_cb_result ); in x509_crt_verify_restartable_ca_cb()
3168 ver_chain.trust_ca_cb_result = NULL; in x509_crt_verify_restartable_ca_cb()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dx509_crt.h225 mbedtls_x509_crt *trust_ca_cb_result; member

Completed in 8 milliseconds