Home
last modified time | relevance | path

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

/third_party/openssl/ssl/record/
Dssl3_buffer.c58 if (ssl_allow_compression(s)) in ssl3_setup_read_buffer()
101 if (ssl_allow_compression(s)) in ssl3_setup_write_buffer()
/third_party/openssl/ssl/statem/
Dstatem_clnt.c1250 if (ssl_allow_compression(s) in tls_construct_client_hello()
1641 else if (!ssl_allow_compression(s)) { in tls_process_server_hello()
Dstatem_srvr.c1950 if (!ssl_allow_compression(s)) { in tls_early_post_process_client_hello()
1980 } else if (ssl_allow_compression(s) && s->ctx->comp_methods) { in tls_early_post_process_client_hello()
Dstatem_lib.c1406 int ssl_allow_compression(SSL *s) in ssl_allow_compression() function
/third_party/openssl/ssl/
Dssl_local.h2532 __owur int ssl_allow_compression(SSL *s);