Searched refs:load_ssl_client_cert (Results 1 – 2 of 2) sorted by relevance
75 e->load_ssl_client_cert = loadssl_f; in ENGINE_set_load_ssl_client_cert_function()91 return e->load_ssl_client_cert; in ENGINE_get_ssl_client_cert_function()188 if (!e->load_ssl_client_cert) in ENGINE_load_ssl_client_cert()194 return e->load_ssl_client_cert(e, s, ca_dn, pcert, ppkey, pother, in ENGINE_load_ssl_client_cert()
183 ENGINE_SSL_CLIENT_CERT_PTR load_ssl_client_cert; member