Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/
H A Dt1_lib.c3089 static int check_cert_usable(SSL *s, const SIGALG_LOOKUP *sig, X509 *x, in check_cert_usable() function
3155 return check_cert_usable(s, sig, s->cert->pkeys[idx].x509, in has_usable_cert()
3175 return check_cert_usable(s, sig, x, pkey); in is_cert_usable()