Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_clnt.c1336 if (ssl_allow_compression(s) in tls_construct_client_hello()
1742 else if (!ssl_allow_compression(s)) { in tls_process_server_hello()
H A Dstatem_srvr.c2058 if (!ssl_allow_compression(s)) { in tls_early_post_process_client_hello()
2088 } else if (ssl_allow_compression(s) && sctx->comp_methods) { in tls_early_post_process_client_hello()
H A Dstatem_lib.c1798 int ssl_allow_compression(SSL_CONNECTION *s) in ssl_allow_compression() function
/freebsd/crypto/openssl/ssl/
H A Dssl_local.h2706 __owur int ssl_allow_compression(SSL_CONNECTION *s);