Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/
H A Dssl_asn1.c151 if (in->compress_meth) { in i2d_SSL_SESSION()
152 comp_id_data = (unsigned char)in->compress_meth; in i2d_SSL_SESSION()
352 ret->compress_meth = as->comp_id->data[0]; in d2i_SSL_SESSION()
354 ret->compress_meth = 0; in d2i_SSL_SESSION()
H A Dssl_txt.c116 if (x->compress_meth != 0) { in SSL_SESSION_print()
122 if (BIO_printf(bp, "\n Compression: %d", x->compress_meth) <= 0) in SSL_SESSION_print()
H A Dssl_sess.c336 return s->compress_meth; in SSL_SESSION_get_compress_id()
H A Dssl_ciph.c533 ctmp.id = s->compress_meth; in ssl_cipher_get_evp()
H A Dssl_local.h600 unsigned int compress_meth; /* Need to lookup the method */ member
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_clnt.c798 s->session->compress_meth = 0; in ossl_statem_client_post_work()
801 s->session->compress_meth = 0; in ossl_statem_client_post_work()
803 s->session->compress_meth = s->s3.tmp.new_compression->id; in ossl_statem_client_post_work()
1629 if (s->session->compress_meth != 0) { in tls_process_server_hello()
1634 if (s->hit && compression != s->session->compress_meth) { in tls_process_server_hello()
H A Dstatem_srvr.c1945 else if (s->session->compress_meth != 0) { in tls_early_post_process_client_hello()
1946 int m, comp_id = s->session->compress_meth; in tls_early_post_process_client_hello()
2008 if (s->session->compress_meth != 0) { in tls_early_post_process_client_hello()
2030 s->session->compress_meth = 0; in tls_early_post_process_client_hello()
2032 s->session->compress_meth = (comp == NULL) ? 0 : comp->id; in tls_early_post_process_client_hello()