Searched refs:compress_meth (Results 1 – 7 of 7) sorted by relevance
118 if (x->compress_meth != 0) { in SSL_SESSION_print()124 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()
307 return s->compress_meth; in SSL_SESSION_get_compress_id()
513 ctmp.id = s->compress_meth; in ssl_cipher_get_evp()
525 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()1717 if (s->session->compress_meth != 0) { in tls_process_server_hello()1722 if (s->hit && compression != s->session->compress_meth) { in tls_process_server_hello()
2034 else if (s->session->compress_meth != 0) { in tls_early_post_process_client_hello()2035 int m, comp_id = s->session->compress_meth; in tls_early_post_process_client_hello()2097 if (s->session->compress_meth != 0) { in tls_early_post_process_client_hello()2119 s->session->compress_meth = 0; in tls_early_post_process_client_hello()2121 s->session->compress_meth = (comp == NULL) ? 0 : comp->id; in tls_early_post_process_client_hello()
Completed in 47 milliseconds