Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dt1_lib.c2645 static int has_usable_cert(SSL *s, const SIGALG_LOOKUP *sig, int idx) in has_usable_cert() function
2703 if ((pkey == NULL && !has_usable_cert(s, lu, -1)) in find_sig_alg()
2803 if (!has_usable_cert(s, lu, sig_idx)) in tls_choose_sigalg()
2864 && has_usable_cert(s, lu, lu->sig_idx)) in tls_choose_sigalg()