Home
last modified time | relevance | path

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

/third_party/openssl/ssl/
Dt1_lib.c3066 static int check_cert_usable(SSL *s, const SIGALG_LOOKUP *sig, X509 *x, in check_cert_usable() function
3132 return check_cert_usable(s, sig, s->cert->pkeys[idx].x509, in has_usable_cert()
3152 return check_cert_usable(s, sig, x, pkey); in is_cert_usable()