Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dx509_crt.c2510 mbedtls_x509_crt_ca_cb_t f_ca_cb, in x509_crt_verify_chain() argument
2603 if (f_ca_cb != NULL) { in x509_crt_verify_chain()
2608 ret = f_ca_cb(p_ca_cb, child, &ver_chain->trust_ca_cb_result); in x509_crt_verify_chain()
2617 ((void) f_ca_cb); in x509_crt_verify_chain()
3058 mbedtls_x509_crt_ca_cb_t f_ca_cb, in x509_crt_verify_restartable_ca_cb() argument
3101 f_ca_cb, p_ca_cb, profile, in x509_crt_verify_restartable_ca_cb()
3188 mbedtls_x509_crt_ca_cb_t f_ca_cb, in mbedtls_x509_crt_verify_with_ca_cb() argument
3196 f_ca_cb, p_ca_cb, in mbedtls_x509_crt_verify_with_ca_cb()
H A Dssl_tls.c1890 conf->f_ca_cb = NULL; in mbedtls_ssl_conf_ca_chain()
1897 mbedtls_x509_crt_ca_cb_t f_ca_cb, in mbedtls_ssl_conf_ca_cb() argument
1900 conf->f_ca_cb = f_ca_cb; in mbedtls_ssl_conf_ca_cb()
9903 if (ssl->conf->f_ca_cb != NULL) { in mbedtls_ssl_verify_certificate()
9910 ssl->conf->f_ca_cb, in mbedtls_ssl_verify_certificate()
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dx509_crt.h812 mbedtls_x509_crt_ca_cb_t f_ca_cb,
H A Dssl.h1606 mbedtls_x509_crt_ca_cb_t MBEDTLS_PRIVATE(f_ca_cb);
3665 mbedtls_x509_crt_ca_cb_t f_ca_cb,