Searched refs:new_compression (Results 1 – 8 of 8) sorted by relevance
211 if (s->s3->tmp.new_compression == NULL) in ssl3_change_cipher_state()214 comp=s->s3->tmp.new_compression->method; in ssl3_change_cipher_state()380 s->s3->tmp.new_compression=NULL; in ssl3_setup_key_block()382 s->s3->tmp.new_compression=comp; in ssl3_setup_key_block()
436 const SSL_COMP *new_compression; member438 char *new_compression; member
723 if (s->s3->tmp.new_compression == NULL) in dtls1_send_server_hello()726 *(p++)=s->s3->tmp.new_compression->id; in dtls1_send_server_hello()
381 if (s->s3->tmp.new_compression == NULL) in IMPLEMENT_dtls1_meth_func()385 s->s3->tmp.new_compression->id; in IMPLEMENT_dtls1_meth_func()
966 s->s3->tmp.new_compression=NULL; in ssl3_get_client_hello()988 s->s3->tmp.new_compression=comp; in ssl3_get_client_hello()1157 if (s->s3->tmp.new_compression == NULL) in ssl3_send_server_hello()1160 *(p++)=s->s3->tmp.new_compression->id; in ssl3_send_server_hello()
406 if (s->s3->tmp.new_compression == NULL) in IMPLEMENT_ssl3_meth_func()410 s->s3->tmp.new_compression->id; in IMPLEMENT_ssl3_meth_func()846 s->s3->tmp.new_compression=comp; in ssl3_get_server_hello()
245 comp=s->s3->tmp.new_compression; in tls1_change_cipher_state()