Lines Matching refs:new_cipher
935 unsigned long cid = s->s3.tmp.new_cipher->id; in tls1_shared_group()
1199 if (tls1_suiteb(s) && s->s3.tmp.new_cipher != NULL) { in tls1_check_group_id()
1200 unsigned long cid = s->s3.tmp.new_cipher->id; in tls1_check_group_id()
1816 if (clu->amask & s->s3.tmp.new_cipher->algorithm_auth) { in tls1_get_legacy_sigalg()
1825 if (idx == SSL_PKEY_GOST01 && s->s3.tmp.new_cipher->algorithm_auth != SSL_aGOST01) { in tls1_get_legacy_sigalg()
3566 if (s->s3.tmp.new_cipher->algorithm_auth & (SSL_aNULL | SSL_aPSK)) { in ssl_get_auto_dh()
3567 if (s->s3.tmp.new_cipher->strength_bits == 256) in ssl_get_auto_dh()
3725 || (clu->amask & s->s3.tmp.new_cipher->algorithm_auth) == 0 in tls12_get_cert_sigalg_idx()
3727 && (s->s3.tmp.new_cipher->algorithm_mkey & SSL_kRSA) != 0)) in tls12_get_cert_sigalg_idx()
3916 if (!(s->s3.tmp.new_cipher->algorithm_auth & SSL_aCERT)) in tls_choose_sigalg()
3969 && (s->s3.tmp.new_cipher->algorithm_auth in tls_choose_sigalg()