Searched refs:has_usable_cert (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | t1_lib.c | 3146 static int has_usable_cert(SSL *s, const SIGALG_LOOKUP *sig, int idx) in has_usable_cert() function 3202 if ((pkey == NULL && !has_usable_cert(s, lu, -1)) in find_sig_alg() 3291 if (!has_usable_cert(s, lu, sig_idx)) in tls_choose_sigalg() 3348 && has_usable_cert(s, lu, lu->sig_idx)) in tls_choose_sigalg()
|
/third_party/openssl/ssl/ |
H A D | t1_lib.c | 3126 static int has_usable_cert(SSL *s, const SIGALG_LOOKUP *sig, int idx) in has_usable_cert() function 3182 if ((pkey == NULL && !has_usable_cert(s, lu, -1)) in find_sig_alg() 3271 if (!has_usable_cert(s, lu, sig_idx)) in tls_choose_sigalg() 3328 && has_usable_cert(s, lu, lu->sig_idx)) in tls_choose_sigalg()
|
Completed in 10 milliseconds