Searched refs:new_compression (Results 1 – 6 of 6) sorted by relevance
111 comp = s->s3.tmp.new_compression; in ssl3_change_cipher_state()185 s->s3.tmp.new_compression = NULL; in ssl3_setup_key_block()187 s->s3.tmp.new_compression = comp; in ssl3_setup_key_block()
137 comp = s->s3.tmp.new_compression; in tls1_change_cipher_state()
1332 const SSL_COMP *new_compression; member1334 char *new_compression; member
2019 s->s3.tmp.new_compression = NULL; in tls_early_post_process_client_hello()2048 s->s3.tmp.new_compression = comp; in tls_early_post_process_client_hello()2052 if (s->s3.tmp.new_compression == NULL) { in tls_early_post_process_client_hello()2088 s->s3.tmp.new_compression = comp; in tls_early_post_process_client_hello()2457 if (usetls13 || s->s3.tmp.new_compression == NULL) in tls_construct_server_hello()2460 compm = s->s3.tmp.new_compression->id; in tls_construct_server_hello()
859 if (s->s3.tmp.new_compression == NULL) in ossl_statem_client_post_work()862 s->session->compress_meth = s->s3.tmp.new_compression->id; in ossl_statem_client_post_work()1742 s->s3.tmp.new_compression = comp; in tls_process_server_hello()
262 assert(s->s3.tmp.new_compression != NULL in dtls1_do_write()
Completed in 41 milliseconds