Home | History | Annotate | Download | only in ssl

Lines Matching refs:new_cipher

421 			if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL)
422 && !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK))
450 alg_k = s->s3->tmp.new_cipher->algorithm_mkey;
479 || (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher)
480 && EVP_PKEY_size(s->cert->pkeys[SSL_PKEY_RSA_ENC].privatekey)*8 > SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher)
508 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) &&
513 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5)
516 || (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK))
714 s->session->cipher=s->s3->tmp.new_cipher;
956 if (s->s3->tmp.new_cipher == NULL)
958 i=ssl3_put_cipher_by_char(s->s3->tmp.new_cipher,p);
1055 type=s->s3->tmp.new_cipher->algorithm_mkey;
1069 SSL_C_IS_EXPORT(s->s3->tmp.new_cipher),
1070 SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher));
1098 SSL_C_IS_EXPORT(s->s3->tmp.new_cipher),
1099 SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher));
1158 SSL_C_IS_EXPORT(s->s3->tmp.new_cipher),
1159 SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher));
1207 if (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) &&
1295 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL)
1296 && !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK))
1298 if ((pkey=ssl_get_sign_pkey(s,s->s3->tmp.new_cipher, NULL))
1580 if ((s->s3->tmp.new_cipher->algorithm_mkey != SSL_kKRB5) ||
1581 (s->s3->tmp.new_cipher->algorithm_auth != SSL_aKRB5))