Lines Matching refs:new_cipher
349 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) &&
350 !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK))
404 if (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kSRP)
491 s->session->cipher=s->s3->tmp.new_cipher;
1062 s->s3->tmp.new_cipher=c;
1175 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5) &&
1240 && !((s->s3->tmp.new_cipher->algorithm_mkey & SSL_kKRB5) &&
1241 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5))
1267 need_cert = ((s->s3->tmp.new_cipher->algorithm_mkey & SSL_kKRB5) &&
1268 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5))
1274 printf("cipher, alg, nc = %s, %lx, %lx, %d\n", s->s3->tmp.new_cipher->name,
1275 s->s3->tmp.new_cipher->algorithm_mkey, s->s3->tmp.new_cipher->algorithm_auth, need_cert);
1381 if (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)
1424 alg_k=s->s3->tmp.new_cipher->algorithm_mkey;
1425 alg_a=s->s3->tmp.new_cipher->algorithm_auth;
1731 if (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) &&
1982 if (s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL)
2322 alg_k=s->s3->tmp.new_cipher->algorithm_mkey;
3276 alg_k=s->s3->tmp.new_cipher->algorithm_mkey;
3277 alg_a=s->s3->tmp.new_cipher->algorithm_auth;
3362 if (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) && !has_bits(i,EVP_PKT_EXP))
3368 || RSA_size(rsa)*8 > SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher))
3380 || DH_size(dh)*8 > SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher))