Home | History | Annotate | Download | only in ssl

Lines Matching refs:algorithm_mkey

193 	if ((s->s3->tmp.new_cipher->algorithm_mkey & SSL_kSRP) &&
421 !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kRSA)))
448 alg_k = s->s3->tmp.new_cipher->algorithm_mkey;
532 || (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK))
1486 (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kEECDH) == 0)
1647 alg_k=s->s3->tmp.new_cipher->algorithm_mkey;
2237 alg_k=s->s3->tmp.new_cipher->algorithm_mkey;
3441 (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kKRB5))