Home
last modified time | relevance | path

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

/third_party/openssl/ssl/
Ds3_enc.c111 if (s->s3.tmp.new_compression == NULL) in ssl3_change_cipher_state()
114 comp = s->s3.tmp.new_compression->method; in ssl3_change_cipher_state()
264 s->s3.tmp.new_compression = NULL; in ssl3_setup_key_block()
266 s->s3.tmp.new_compression = comp; in ssl3_setup_key_block()
Dt1_enc.c217 comp = s->s3.tmp.new_compression; in tls1_change_cipher_state()
Dssl_local.h1331 const SSL_COMP *new_compression; member
1333 char *new_compression; member
/third_party/openssl/ssl/statem/
Dstatem_srvr.c1930 s->s3.tmp.new_compression = NULL; in tls_early_post_process_client_hello()
1959 s->s3.tmp.new_compression = comp; in tls_early_post_process_client_hello()
1963 if (s->s3.tmp.new_compression == NULL) { in tls_early_post_process_client_hello()
1999 s->s3.tmp.new_compression = comp; in tls_early_post_process_client_hello()
2363 if (usetls13 || s->s3.tmp.new_compression == NULL) in tls_construct_server_hello()
2366 compm = s->s3.tmp.new_compression->id; in tls_construct_server_hello()
Dstatem_clnt.c800 if (s->s3.tmp.new_compression == NULL) in ossl_statem_client_post_work()
803 s->session->compress_meth = s->s3.tmp.new_compression->id; in ossl_statem_client_post_work()
1653 s->s3.tmp.new_compression = comp; in tls_process_server_hello()