Lines Matching refs:algorithm_auth
28 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) &&
30 + !((s->s3->tmp.new_cipher->algorithm_auth & SSL_aPSK) &&
40 + if (s->s3->tmp.new_cipher->algorithm_auth & SSL_aPSK)
214 + alg_a=s->s3->tmp.new_cipher->algorithm_auth;
523 alg_a=s->s3->tmp.new_cipher->algorithm_auth;
618 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL)
621 + && !(s->s3->tmp.new_cipher->algorithm_auth & SSL_aPSK &&
623 && !(s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5))
630 + alg_a = s->s3->tmp.new_cipher->algorithm_auth;
666 + alg_a=s->s3->tmp.new_cipher->algorithm_auth;
763 - if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL)
867 + alg_a=s->s3->tmp.new_cipher->algorithm_auth;
1241 - alg_a = s->s3->tmp.new_cipher->algorithm_auth;
1311 + alg_a = s->s3->tmp.new_cipher->algorithm_auth;
1373 - if (((c->algorithm_mkey & SSL_kPSK) || (c->algorithm_auth & SSL_aPSK)) &&
1374 + if ((c->algorithm_auth & SSL_aPSK) &&