Lines Matching refs:new_cipher
193 if ((s->s3->tmp.new_cipher->algorithm_mkey & SSL_kSRP) &&
418 if (!(s->s3->tmp.new_cipher->algorithm_auth & (SSL_aNULL|SSL_aKRB5|SSL_aSRP))
420 && !(s->s3->tmp.new_cipher->algorithm_auth & SSL_aPSK &&
421 !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kRSA)))
448 alg_k = s->s3->tmp.new_cipher->algorithm_mkey;
449 alg_a = s->s3->tmp.new_cipher->algorithm_auth;
494 || (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher)
495 && EVP_PKEY_size(s->cert->pkeys[SSL_PKEY_RSA_ENC].privatekey)*8 > SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher)
522 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) &&
527 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5) ||
529 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aSRP)
532 || (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK))
779 s->session->cipher=s->s3->tmp.new_cipher;
1399 s->s3->tmp.new_cipher=c;
1421 s->s3->tmp.new_cipher=nc;
1423 s->s3->tmp.new_cipher=ec;
1425 s->s3->tmp.new_cipher=s->session->cipher;
1429 s->s3->tmp.new_cipher=s->session->cipher;
1449 * s->tmp.new_cipher - the new cipher to use.
1486 (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kEECDH) == 0)
1544 i=ssl3_put_cipher_by_char(s->s3->tmp.new_cipher,p);
1647 alg_k=s->s3->tmp.new_cipher->algorithm_mkey;
1648 alg_a=s->s3->tmp.new_cipher->algorithm_auth;
1674 SSL_C_IS_EXPORT(s->s3->tmp.new_cipher),
1675 SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher));
1702 SSL_C_IS_EXPORT(s->s3->tmp.new_cipher),
1703 SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher));
1760 SSL_C_IS_EXPORT(s->s3->tmp.new_cipher),
1761 SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher));
1808 if (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) &&
1914 if ((pkey=ssl_get_sign_pkey(s,s->s3->tmp.new_cipher,&md))
2237 alg_k=s->s3->tmp.new_cipher->algorithm_mkey;
2238 alg_a=s->s3->tmp.new_cipher->algorithm_auth;
2935 alg_a = s->s3->tmp.new_cipher->algorithm_auth;
3440 if ((s->s3->tmp.new_cipher->algorithm_auth != SSL_aKRB5) ||
3441 (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kKRB5))