Searched refs:load_ssl_client_cert (Results 1 – 2 of 2) sorted by relevance
31 e->load_ssl_client_cert = loadssl_f; in ENGINE_set_load_ssl_client_cert_function()48 return e->load_ssl_client_cert; in ENGINE_get_ssl_client_cert_function()133 if (!e->load_ssl_client_cert) { in ENGINE_load_ssl_client_cert()138 return e->load_ssl_client_cert(e, s, ca_dn, pcert, ppkey, pother, in ENGINE_load_ssl_client_cert()
152 ENGINE_SSL_CLIENT_CERT_PTR load_ssl_client_cert; member