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_srvr.c2073 if (!ssl_allow_compression(s)) { in tls_early_post_process_client_hello()
2103 } else if (ssl_allow_compression(s) && sctx->comp_methods) { in tls_early_post_process_client_hello()
H A Dstatem_clnt.c1333 if (ssl_allow_compression(s) in tls_construct_client_hello()
1740 else if (!ssl_allow_compression(s)) { in tls_process_server_hello()
H A Dstatem_lib.c1805 int ssl_allow_compression(SSL_CONNECTION *s) in ssl_allow_compression() function
/freebsd/crypto/openssl/ssl/
H A Dssl_local.h2703 __owur int ssl_allow_compression(SSL_CONNECTION *s);