Searched refs:f_ca_cb (Results 1 – 4 of 4) sorted by relevance
| /openthread-latest/third_party/mbedtls/repo/library/ |
| D | x509_crt.c | 2508 mbedtls_x509_crt_ca_cb_t f_ca_cb, in x509_crt_verify_chain() argument 2601 if (f_ca_cb != NULL) { in x509_crt_verify_chain() 2606 ret = f_ca_cb(p_ca_cb, child, &ver_chain->trust_ca_cb_result); in x509_crt_verify_chain() 2615 ((void) f_ca_cb); in x509_crt_verify_chain() 3056 mbedtls_x509_crt_ca_cb_t f_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() 3186 mbedtls_x509_crt_ca_cb_t f_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()
|
| D | ssl_tls.c | 1891 conf->f_ca_cb = NULL; in mbedtls_ssl_conf_ca_chain() 1898 mbedtls_x509_crt_ca_cb_t f_ca_cb, in mbedtls_ssl_conf_ca_cb() argument 1901 conf->f_ca_cb = f_ca_cb; in mbedtls_ssl_conf_ca_cb() 7962 if (ssl->conf->f_ca_cb != NULL) { in ssl_parse_certificate_verify() 7969 ssl->conf->f_ca_cb, in ssl_parse_certificate_verify()
|
| /openthread-latest/third_party/mbedtls/repo/include/mbedtls/ |
| D | x509_crt.h | 812 mbedtls_x509_crt_ca_cb_t f_ca_cb,
|
| D | ssl.h | 1550 mbedtls_x509_crt_ca_cb_t MBEDTLS_PRIVATE(f_ca_cb); 3552 mbedtls_x509_crt_ca_cb_t f_ca_cb,
|