Searched refs:trust_ca_cb_result (Results 1 – 2 of 2) sorted by relevance
374 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()
225 mbedtls_x509_crt *trust_ca_cb_result; member
Completed in 8 milliseconds