Home
last modified time | relevance | path

Searched refs:ssl_check_srvr_ecc_cert_and_alg (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/crypto/openssl/ssl/
HDssl_local.h2648 __owur int ssl_check_srvr_ecc_cert_and_alg(X509 *x, SSL *s);
HDssl_lib.c3724 int ssl_check_srvr_ecc_cert_and_alg(X509 *x, SSL *s) in ssl_check_srvr_ecc_cert_and_alg() function
/freebsd-14-stable/crypto/openssl/ssl/statem/
HDstatem_clnt.c3561 if (ssl_check_srvr_ecc_cert_and_alg(s->session->peer, s)) in ssl3_check_cert_and_algorithm()