Home
last modified time | relevance | path

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

/src/crypto/openssl/test/
H A Dssl_test_ctx_test.c91 || !TEST_int_eq(ctx->compression_expected, in testctx_eq()
92 ctx2->compression_expected) in testctx_eq()
174 fixture->expected_ctx->compression_expected = SSL_TEST_COMPRESSION_NO; in test_good_configuration()
H A Dssl_test.c164 if (!TEST_int_eq(result->compression, test_ctx->compression_expected)) in check_compression()
/src/crypto/openssl/test/helpers/
H A Dssl_test_ctx.h195 int compression_expected; member
H A Dssl_test_ctx.c295 IMPLEMENT_SSL_TEST_BOOL_OPTION(SSL_TEST_CTX, test, compression_expected)