Lines Matching refs:algorithm_auth
337 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) && in IMPLEMENT_ssl3_meth_func()
338 !((s->s3->tmp.new_cipher->algorithm_auth & SSL_aPSK) && in IMPLEMENT_ssl3_meth_func()
1178 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5) && in ssl3_get_server_certificate()
1244 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5)) in ssl3_get_server_certificate()
1271 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5)) in ssl3_get_server_certificate()
1278 s->s3->tmp.new_cipher->algorithm_mkey, s->s3->tmp.new_cipher->algorithm_auth, need_cert); in ssl3_get_server_certificate()
1384 if (s->s3->tmp.new_cipher->algorithm_auth & SSL_aPSK) in ssl3_get_key_exchange()
1430 alg_a=s->s3->tmp.new_cipher->algorithm_auth; in ssl3_get_key_exchange()
1990 if (s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) in ssl3_get_certificate_request()
2336 alg_a=s->s3->tmp.new_cipher->algorithm_auth; in ssl3_send_client_key_exchange()
3341 alg_a=s->s3->tmp.new_cipher->algorithm_auth; in ssl3_check_cert_and_algorithm()