Lines Matching refs:algorithm_auth
28 if (!(s->s3->tmp.new_cipher->algorithm_auth & (SSL_aNULL|SSL_aSRP)) &&
30 + !((s->s3->tmp.new_cipher->algorithm_auth & SSL_aPSK) &&
40 + if (s->s3->tmp.new_cipher->algorithm_auth & SSL_aPSK)
226 + alg_a=s->s3->tmp.new_cipher->algorithm_auth;
642 if (!(s->s3->tmp.new_cipher->algorithm_auth & (SSL_aNULL|SSL_aKRB5|SSL_aSRP))
645 + && !(s->s3->tmp.new_cipher->algorithm_auth & SSL_aPSK &&
653 + alg_a = s->s3->tmp.new_cipher->algorithm_auth;
689 + alg_a=s->s3->tmp.new_cipher->algorithm_auth;
786 - if (!(s->s3->tmp.new_cipher->algorithm_auth & (SSL_aNULL|SSL_aSRP))
890 + alg_a=s->s3->tmp.new_cipher->algorithm_auth;
1271 - alg_a = s->s3->tmp.new_cipher->algorithm_auth;
1341 + alg_a = s->s3->tmp.new_cipher->algorithm_auth;
1403 - if (((c->algorithm_mkey & SSL_kPSK) || (c->algorithm_auth & SSL_aPSK)) &&
1404 + if ((c->algorithm_auth & SSL_aPSK) &&