Lines Matching refs:new_cipher
790 || s->s3.tmp.new_cipher
838 || !s->method->put_cipher_by_char(s->s3.tmp.new_cipher, &hrrpkt,
1169 s->s3.tmp.new_cipher->algorithm2)))) {
1312 unsigned long alg_k = s->s3.tmp.new_cipher->algorithm_mkey;
1313 unsigned long alg_a = s->s3.tmp.new_cipher->algorithm_auth;
1534 if (s->s3.tmp.new_cipher->algorithm_mac == SSL_AEAD
1535 || s->s3.tmp.new_cipher->algorithm_enc == SSL_RC4
1536 || s->s3.tmp.new_cipher->algorithm_enc == SSL_eGOST2814789CNT
1537 || s->s3.tmp.new_cipher->algorithm_enc == SSL_eGOST2814789CNT12
1538 || s->s3.tmp.new_cipher->algorithm_enc == SSL_MAGMA
1539 || s->s3.tmp.new_cipher->algorithm_enc == SSL_KUZNYECHIK) {
1747 || !s->method->put_cipher_by_char(s->s3.tmp.new_cipher, pkt,
1857 if (((s->s3.tmp.new_cipher->id & 0xFFFF) != 0x80
1858 && (s->s3.tmp.new_cipher->id & 0xFFFF) != 0x81)