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)
351 && !(s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5))
378 alg_k = s->s3->tmp.new_cipher->algorithm_mkey;
417 || (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher)
418 && EVP_PKEY_size(s->cert->pkeys[SSL_PKEY_RSA_ENC].privatekey)*8 > SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher)
445 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) &&
450 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5)
453 || (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK))
629 s->session->cipher=s->s3->tmp.new_cipher;
1224 s->s3->tmp.new_cipher=c;
1246 s->s3->tmp.new_cipher=nc;
1248 s->s3->tmp.new_cipher=ec;
1250 s->s3->tmp.new_cipher=s->session->cipher;
1254 s->s3->tmp.new_cipher=s->session->cipher;
1268 * s->tmp.new_cipher - the new cipher to use.
1343 i=ssl3_put_cipher_by_char(s->s3->tmp.new_cipher,p);
1440 type=s->s3->tmp.new_cipher->algorithm_mkey;
1454 SSL_C_IS_EXPORT(s->s3->tmp.new_cipher),
1455 SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher));
1483 SSL_C_IS_EXPORT(s->s3->tmp.new_cipher),
1484 SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher));
1543 SSL_C_IS_EXPORT(s->s3->tmp.new_cipher),
1544 SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher));
1593 if (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) &&
1681 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL)
1682 && !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK))
1684 if ((pkey=ssl_get_sign_pkey(s,s->s3->tmp.new_cipher))
1974 alg_k=s->s3->tmp.new_cipher->algorithm_mkey;
2593 alg_a = s->s3->tmp.new_cipher->algorithm_auth;
3033 if ((s->s3->tmp.new_cipher->algorithm_auth != SSL_aKRB5) ||
3034 (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kKRB5))