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)
225 alg_k=s->s3->tmp.new_cipher->algorithm_mkey;
643 - && !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK))
646 + !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kRSA)))
652 alg_k = s->s3->tmp.new_cipher->algorithm_mkey;
687 - type=s->s3->tmp.new_cipher->algorithm_mkey;
688 + alg_k=s->s3->tmp.new_cipher->algorithm_mkey;
787 - && !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK))
889 alg_k=s->s3->tmp.new_cipher->algorithm_mkey;
1403 - if (((c->algorithm_mkey & SSL_kPSK) || (c->algorithm_auth & SSL_aPSK)) &&