Home
last modified time | relevance | path

Searched refs:p_ca_cb (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/library/
Dx509_crt.c2509 void *p_ca_cb, in x509_crt_verify_chain() argument
2606 ret = f_ca_cb(p_ca_cb, child, &ver_chain->trust_ca_cb_result); in x509_crt_verify_chain()
2616 ((void) p_ca_cb); in x509_crt_verify_chain()
3057 void *p_ca_cb, in x509_crt_verify_restartable_ca_cb() argument
3099 f_ca_cb, p_ca_cb, profile, in x509_crt_verify_restartable_ca_cb()
3187 void *p_ca_cb, in mbedtls_x509_crt_verify_with_ca_cb() argument
3194 f_ca_cb, p_ca_cb, in mbedtls_x509_crt_verify_with_ca_cb()
Dssl_tls.c1892 conf->p_ca_cb = NULL; in mbedtls_ssl_conf_ca_chain()
1899 void *p_ca_cb) in mbedtls_ssl_conf_ca_cb() argument
1902 conf->p_ca_cb = p_ca_cb; in mbedtls_ssl_conf_ca_cb()
7970 ssl->conf->p_ca_cb, in ssl_parse_certificate_verify()
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dx509_crt.h813 void *p_ca_cb,
Dssl.h1551 void *MBEDTLS_PRIVATE(p_ca_cb);
3553 void *p_ca_cb);