Lines Matching refs:algorithm_auth
337 if (!(s->s3->tmp.new_cipher->algorithm_auth & (SSL_aNULL|SSL_aSRP)) && in IMPLEMENT_ssl3_meth_func()
338 !((s->s3->tmp.new_cipher->algorithm_auth & SSL_aPSK) && in IMPLEMENT_ssl3_meth_func()
1038 if (((c->algorithm_mkey & SSL_kSRP) || (c->algorithm_auth & SSL_aSRP)) && in ssl3_get_server_hello()
1189 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5) && in ssl3_get_server_certificate()
1255 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5)) in ssl3_get_server_certificate()
1282 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5)) in ssl3_get_server_certificate()
1289 s->s3->tmp.new_cipher->algorithm_mkey, s->s3->tmp.new_cipher->algorithm_auth, need_cert); in ssl3_get_server_certificate()
1395 if (s->s3->tmp.new_cipher->algorithm_auth & SSL_aPSK) in ssl3_get_key_exchange()
1443 alg_a=s->s3->tmp.new_cipher->algorithm_auth; in ssl3_get_key_exchange()
2122 if (s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) in ssl3_get_certificate_request()
2468 alg_a=s->s3->tmp.new_cipher->algorithm_auth; in ssl3_send_client_key_exchange()
3483 alg_a=s->s3->tmp.new_cipher->algorithm_auth; in ssl3_check_cert_and_algorithm()