Home
last modified time | relevance | path

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

/third_party/openssl/test/
Dssl_test_ctx_test.c88 || !TEST_int_eq(ctx->expected_protocol, ctx2->expected_protocol) in testctx_eq()
172 fixture->expected_ctx->expected_protocol = TLS1_1_VERSION; in test_good_configuration()
Dssl_test.c112 if (test_ctx->expected_protocol) { in check_protocol()
114 test_ctx->expected_protocol)) { in check_protocol()
116 ssl_protocol_name(test_ctx->expected_protocol), in check_protocol()
/third_party/openssl/test/helpers/
Dssl_test_ctx.h181 int expected_protocol; member
Dssl_test_ctx.c164 &test_ctx->expected_protocol, value); in parse_protocol()