Home
last modified time | relevance | path

Searched refs:ssl_allow_compression (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/crypto/openssl/ssl/record/
H A Dssl3_buffer.c58 if (ssl_allow_compression(s)) in ssl3_setup_read_buffer()
103 if (ssl_allow_compression(s)) in ssl3_setup_write_buffer()
/freebsd-12.1/crypto/openssl/ssl/statem/
H A Dstatem_clnt.c1264 if (ssl_allow_compression(s) in tls_construct_client_hello()
1675 else if (!ssl_allow_compression(s)) { in tls_process_server_hello()
H A Dstatem_srvr.c1974 if (!ssl_allow_compression(s)) { in tls_early_post_process_client_hello()
2007 } else if (ssl_allow_compression(s) && s->ctx->comp_methods) { in tls_early_post_process_client_hello()
H A Dstatem_lib.c1383 int ssl_allow_compression(SSL *s) in ssl_allow_compression() function
/freebsd-12.1/crypto/openssl/ssl/
H A Dssl_locl.h2389 __owur int ssl_allow_compression(SSL *s);