HomeSort by: relevance | last modified time | path
    Searched refs:expected_npn_protocol (Results 1 - 12 of 12) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/helpers/
ssl_test_ctx.h 197 char *expected_npn_protocol; member in struct:__anon708
ssl_test_ctx.c 351 IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_CTX, test, expected_npn_protocol)
776 OPENSSL_free(ctx->expected_npn_protocol);
  /src/crypto/external/bsd/openssl/dist/test/helpers/
ssl_test_ctx.h 196 char *expected_npn_protocol; member in struct:__anon1740
ssl_test_ctx.c 353 IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_CTX, test, expected_npn_protocol)
764 OPENSSL_free(ctx->expected_npn_protocol);
  /src/crypto/external/bsd/openssl.old/dist/test/
ssl_test_ctx.h 193 char *expected_npn_protocol; member in struct:__anon2280
ssl_test_ctx_test.c 94 || !TEST_str_eq(ctx->expected_npn_protocol,
95 ctx2->expected_npn_protocol)
ssl_test_ctx.c 354 IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_CTX, test, expected_npn_protocol)
757 OPENSSL_free(ctx->expected_npn_protocol);
ssl_test.c 172 if (!TEST_str_eq(test_ctx->expected_npn_protocol,
  /src/crypto/external/apache2/openssl/dist/test/
ssl_test_ctx_test.c 93 || !TEST_str_eq(ctx->expected_npn_protocol,
94 ctx2->expected_npn_protocol)
ssl_test.c 175 if (!TEST_str_eq(test_ctx->expected_npn_protocol,
  /src/crypto/external/bsd/openssl/dist/test/
ssl_test_ctx_test.c 94 || !TEST_str_eq(ctx->expected_npn_protocol,
95 ctx2->expected_npn_protocol)
ssl_test.c 175 if (!TEST_str_eq(test_ctx->expected_npn_protocol,

Completed in 39 milliseconds