Searched refs:compress_meth (Results 1 – 7 of 7) sorted by relevance
147 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()
117 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()
242 return s->compress_meth; in SSL_SESSION_get_compress_id()
507 ctmp.id = s->compress_meth; in ssl_cipher_get_evp()
550 unsigned int compress_meth; /* Need to lookup the method */ member
801 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()
1994 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()