Lines Matching refs:algorithm_mkey
29 - !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK))
31 + !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kRSA)))
39 - if (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)
213 alg_k=s->s3->tmp.new_cipher->algorithm_mkey;
619 - && !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)
622 + !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kRSA))
629 alg_k = s->s3->tmp.new_cipher->algorithm_mkey;
664 - type=s->s3->tmp.new_cipher->algorithm_mkey;
665 + alg_k=s->s3->tmp.new_cipher->algorithm_mkey;
764 - && !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK))
866 alg_k=s->s3->tmp.new_cipher->algorithm_mkey;
1373 - if (((c->algorithm_mkey & SSL_kPSK) || (c->algorithm_auth & SSL_aPSK)) &&