Lines Matching refs:new_cipher
422 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL)
423 && !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK))
451 alg_k = s->s3->tmp.new_cipher->algorithm_mkey;
480 || (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher)
481 && EVP_PKEY_size(s->cert->pkeys[SSL_PKEY_RSA_ENC].privatekey)*8 > SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher)
509 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) &&
514 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5)
517 || (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK))
716 s->session->cipher=s->s3->tmp.new_cipher;
968 if (s->s3->tmp.new_cipher == NULL)
970 i=ssl3_put_cipher_by_char(s->s3->tmp.new_cipher,p);
1072 type=s->s3->tmp.new_cipher->algorithm_mkey;
1086 SSL_C_IS_EXPORT(s->s3->tmp.new_cipher),
1087 SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher));
1115 SSL_C_IS_EXPORT(s->s3->tmp.new_cipher),
1116 SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher));
1175 SSL_C_IS_EXPORT(s->s3->tmp.new_cipher),
1176 SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher));
1224 if (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) &&
1312 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL)
1313 && !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK))
1315 if ((pkey=ssl_get_sign_pkey(s,s->s3->tmp.new_cipher, NULL))
1598 if ((s->s3->tmp.new_cipher->algorithm_mkey != SSL_kKRB5) ||
1599 (s->s3->tmp.new_cipher->algorithm_auth != SSL_aKRB5))