Searched refs:compress_meth (Results 1 – 7 of 7) sorted by relevance
120 if (x->compress_meth != 0) { in SSL_SESSION_print()126 if (BIO_printf(bp, "\n Compression: %d", x->compress_meth) <= 0) in SSL_SESSION_print()
156 if (in->compress_meth) { in i2d_SSL_SESSION()157 comp_id_data = (unsigned char)in->compress_meth; in i2d_SSL_SESSION()385 ret->compress_meth = as->comp_id->data[0]; in d2i_SSL_SESSION_ex()387 ret->compress_meth = 0; in d2i_SSL_SESSION_ex()
306 return s->compress_meth; in SSL_SESSION_get_compress_id()
509 ctmp.id = s->compress_meth; in ssl_cipher_get_evp()
522 unsigned int compress_meth; /* Need to lookup the method */ member
857 s->session->compress_meth = 0; in ossl_statem_client_post_work()860 s->session->compress_meth = 0; in ossl_statem_client_post_work()862 s->session->compress_meth = s->s3.tmp.new_compression->id; in ossl_statem_client_post_work()1728 if (s->session->compress_meth != 0) { in tls_process_server_hello()1733 if (s->hit && compression != s->session->compress_meth) { in tls_process_server_hello()
2068 else if (s->session->compress_meth != 0) { in tls_early_post_process_client_hello()2069 int m, comp_id = s->session->compress_meth; in tls_early_post_process_client_hello()2131 if (s->session->compress_meth != 0) { in tls_early_post_process_client_hello()2153 s->session->compress_meth = 0; in tls_early_post_process_client_hello()2155 s->session->compress_meth = (comp == NULL) ? 0 : comp->id; in tls_early_post_process_client_hello()