Home
last modified time | relevance | path

Searched refs:ssl3_check_cert_and_algorithm (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_local.h191 __owur int ssl3_check_cert_and_algorithm(SSL_CONNECTION *s);
H A Dstatem_clnt.c2577 if (ssl3_check_cert_and_algorithm(s)) { in tls_process_key_exchange()
2958 if (!ssl3_check_cert_and_algorithm(s)) { in tls_process_initial_server_flight()
3955 int ssl3_check_cert_and_algorithm(SSL_CONNECTION *s) in ssl3_check_cert_and_algorithm() function