Lines Matching refs:new_cipher
298 unsigned long cid = s->s3->tmp.new_cipher->id;
491 if (tls1_suiteb(s) && s->s3->tmp.new_cipher != NULL) {
492 unsigned long cid = s->s3->tmp.new_cipher->id;
869 if (clu->amask & s->s3->tmp.new_cipher->algorithm_auth) {
878 if (idx == SSL_PKEY_GOST01 && s->s3->tmp.new_cipher->algorithm_auth != SSL_aGOST01) {
2445 if (s->s3->tmp.new_cipher->algorithm_auth & (SSL_aNULL | SSL_aPSK)) {
2446 if (s->s3->tmp.new_cipher->strength_bits == 256)
2587 new_cipher->algorithm_auth) == 0
2589 && (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kRSA) != 0))
2765 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aCERT))
2823 if (i == s->shared_sigalgslen && s->s3->tmp.new_cipher->algorithm_auth & (SSL_aGOST01 | SSL_aGOST12)) {