Home | History | Annotate | Download | only in ssl

Lines Matching refs:new_cipher

192 	if ((s->s3->tmp.new_cipher->algorithm_mkey & SSL_kSRP) &&
416 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL)
417 && !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)
418 && !(s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5))
445 alg_k = s->s3->tmp.new_cipher->algorithm_mkey;
488 || (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher)
489 && EVP_PKEY_size(s->cert->pkeys[SSL_PKEY_RSA_ENC].privatekey)*8 > SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher)
516 ((s->s3->tmp.new_cipher
521 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5)
524 || (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK))
760 s->session->cipher=s->s3->tmp.new_cipher;
1382 s->s3->tmp.new_cipher=c;
1404 s->s3->tmp.new_cipher=nc;
1406 s->s3->tmp.new_cipher=ec;
1408 s->s3->tmp.new_cipher=s->session->cipher;
1412 s->s3->tmp.new_cipher=s->session->cipher;
1432 * s->tmp.new_cipher - the new cipher to use.
1517 i=ssl3_put_cipher_by_char(s->s3->tmp.new_cipher,p);
1615 type=s->s3->tmp.new_cipher->algorithm_mkey;
1629 SSL_C_IS_EXPORT(s->s3->tmp.new_cipher),
1630 SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher));
1658 SSL_C_IS_EXPORT(s->s3->tmp.new_cipher),
1659 SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher));
1717 SSL_C_IS_EXPORT(s->s3->tmp.new_cipher),
1718 SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher));
1765 if (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) &&
1876 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL)
1877 && !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK))
1879 if ((pkey=ssl_get_sign_pkey(s,s->s3->tmp.new_cipher,&md))
2186 alg_k=s->s3->tmp.new_cipher->algorithm_mkey;
2850 alg_a = s->s3->tmp.new_cipher->algorithm_auth;
3367 if ((s->s3->tmp.new_cipher->algorithm_auth != SSL_aKRB5) ||
3368 (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kKRB5))