Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dssl_test_ctx_test.c94 || !TEST_str_eq(ctx->expected_npn_protocol, in testctx_eq()
95 ctx2->expected_npn_protocol) in testctx_eq()
H A Dssl_test.c175 if (!TEST_str_eq(test_ctx->expected_npn_protocol, in check_npn()
/freebsd/crypto/openssl/test/helpers/
H A Dssl_test_ctx.h196 char *expected_npn_protocol; member
H A Dssl_test_ctx.c353 IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_CTX, test, expected_npn_protocol)
764 OPENSSL_free(ctx->expected_npn_protocol); in SSL_TEST_CTX_free()