Home
last modified time | relevance | path

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

/src/crypto/openssl/test/
H A Dcert_comp_test.c128 int expected_client = TLSEXT_comp_cert_none; in test_ssl_cert_comp() local
140 expected_client = TLSEXT_comp_cert_brotli; in test_ssl_cert_comp()
144 if (expected_client == TLSEXT_comp_cert_none) in test_ssl_cert_comp()
145 expected_client = TLSEXT_comp_cert_zlib; in test_ssl_cert_comp()
149 if (expected_client == TLSEXT_comp_cert_none) in test_ssl_cert_comp()
150 expected_client = TLSEXT_comp_cert_zstd; in test_ssl_cert_comp()
157 if (test == 3 && expected_client == expected_server) { in test_ssl_cert_comp()
170 server_pref[1] = expected_client; in test_ssl_cert_comp()
173 client_pref[0] = expected_client; in test_ssl_cert_comp()