Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/ssl/
H A 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()
268 s->s3.tmp.new_compression = NULL; in ssl3_setup_key_block()
270 s->s3.tmp.new_compression = comp; in ssl3_setup_key_block()
H A Dt1_enc.c217 comp = s->s3.tmp.new_compression; in tls1_change_cipher_state()
H A Dssl_local.h1331 const SSL_COMP *new_compression; member
1333 char *new_compression; member
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Ds3_enc.c113 if (s->s3->tmp.new_compression == NULL) in ssl3_change_cipher_state()
116 comp = s->s3->tmp.new_compression->method; in ssl3_change_cipher_state()
266 s->s3->tmp.new_compression = NULL; in ssl3_setup_key_block()
268 s->s3->tmp.new_compression = comp; in ssl3_setup_key_block()
H A Dt1_enc.c102 comp = s->s3->tmp.new_compression; in tls1_change_cipher_state()
H A Dssl_local.h1597 const SSL_COMP *new_compression; member
1599 char *new_compression; member
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/statem/
H A 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()
2362 if (usetls13 || s->s3.tmp.new_compression == NULL) in tls_construct_server_hello()
2365 compm = s->s3.tmp.new_compression->id; in tls_construct_server_hello()
H A 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()
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/statem/
H A Dstatem_srvr.c1978 s->s3->tmp.new_compression = NULL; in tls_early_post_process_client_hello()
2009 s->s3->tmp.new_compression = comp; in tls_early_post_process_client_hello()
2013 if (s->s3->tmp.new_compression == NULL) { in tls_early_post_process_client_hello()
2051 s->s3->tmp.new_compression = comp; in tls_early_post_process_client_hello()
2429 if (usetls13 || s->s3->tmp.new_compression == NULL) in tls_construct_server_hello()
2432 compm = s->s3->tmp.new_compression->id; in tls_construct_server_hello()
H A Dstatem_clnt.c803 if (s->s3->tmp.new_compression == NULL) in ossl_statem_client_post_work()
806 s->session->compress_meth = s->s3->tmp.new_compression->id; in ossl_statem_client_post_work()
1694 s->s3->tmp.new_compression = comp; in tls_process_server_hello()