Home
last modified time | relevance | path

Searched refs:compress_meth (Results 1 – 7 of 7) sorted by relevance

/third_party/openssl/ssl/
Dssl_asn1.c147 if (in->compress_meth) { in i2d_SSL_SESSION()
148 comp_id_data = (unsigned char)in->compress_meth; in i2d_SSL_SESSION()
345 ret->compress_meth = as->comp_id->data[0]; in d2i_SSL_SESSION()
347 ret->compress_meth = 0; in d2i_SSL_SESSION()
Dssl_txt.c117 if (x->compress_meth != 0) { in SSL_SESSION_print()
123 if (BIO_printf(bp, "\n Compression: %d", x->compress_meth) <= 0) in SSL_SESSION_print()
Dssl_sess.c242 return s->compress_meth; in SSL_SESSION_get_compress_id()
Dssl_ciph.c507 ctmp.id = s->compress_meth; in ssl_cipher_get_evp()
Dssl_local.h550 unsigned int compress_meth; /* Need to lookup the method */ member
/third_party/openssl/ssl/statem/
Dstatem_clnt.c801 s->session->compress_meth = 0; in ossl_statem_client_post_work()
804 s->session->compress_meth = 0; in ossl_statem_client_post_work()
806 s->session->compress_meth = s->s3->tmp.new_compression->id; in ossl_statem_client_post_work()
1662 if (s->session->compress_meth != 0) { in tls_process_server_hello()
1668 if (s->hit && compression != s->session->compress_meth) { in tls_process_server_hello()
Dstatem_srvr.c1994 else if (s->session->compress_meth != 0) { in tls_early_post_process_client_hello()
1995 int m, comp_id = s->session->compress_meth; in tls_early_post_process_client_hello()
2060 if (s->session->compress_meth != 0) { in tls_early_post_process_client_hello()
2086 s->session->compress_meth = 0; in tls_early_post_process_client_hello()
2088 s->session->compress_meth = (comp == NULL) ? 0 : comp->id; in tls_early_post_process_client_hello()