Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dssl_test_ctx_test.c96 || !TEST_str_eq(ctx->expected_alpn_protocol, in testctx_eq()
97 ctx2->expected_alpn_protocol) in testctx_eq()
H A Dssl_test.c188 if (!TEST_str_eq(test_ctx->expected_alpn_protocol, in check_alpn()
/freebsd/crypto/openssl/test/helpers/
H A Dssl_test_ctx.h197 char *expected_alpn_protocol; member
H A Dssl_test_ctx.c356 IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_CTX, test, expected_alpn_protocol)
765 OPENSSL_free(ctx->expected_alpn_protocol); in SSL_TEST_CTX_free()