Lines Matching refs:new_cipher
613 unsigned long cid = s->s3.tmp.new_cipher->id;
788 if (tls1_suiteb(s) && s->s3.tmp.new_cipher != NULL) {
789 unsigned long cid = s->s3.tmp.new_cipher->id;
1279 if (clu->amask & s->s3.tmp.new_cipher->algorithm_auth) {
1288 if (idx == SSL_PKEY_GOST01 && s->s3.tmp.new_cipher->algorithm_auth != SSL_aGOST01) {
2905 if (s->s3.tmp.new_cipher->algorithm_auth & (SSL_aNULL | SSL_aPSK)) {
2906 if (s->s3.tmp.new_cipher->strength_bits == 256)
3054 || (clu->amask & s->s3.tmp.new_cipher->algorithm_auth) == 0
3056 && (s->s3.tmp.new_cipher->algorithm_mkey & SSL_kRSA) != 0))
3238 if (!(s->s3.tmp.new_cipher->algorithm_auth & SSL_aCERT))
3289 if (i == s->shared_sigalgslen && s->s3.tmp.new_cipher->algorithm_auth & (SSL_aGOST01 | SSL_aGOST12)) {