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

  /src/crypto/external/apache2/openssl/dist/test/
ssl_test_ctx_test.c 40 || !TEST_str_eq(conf1->npn_protocols, conf2->npn_protocols)
53 || !TEST_str_eq(serv->npn_protocols, serv2->npn_protocols)
180 fixture->expected_ctx->extra.client.npn_protocols = OPENSSL_strdup("foo,bar");
181 if (!TEST_ptr(fixture->expected_ctx->extra.client.npn_protocols))
  /src/crypto/external/bsd/openssl/dist/test/
ssl_test_ctx_test.c 41 || !TEST_str_eq(conf1->npn_protocols, conf2->npn_protocols)
54 || !TEST_str_eq(serv->npn_protocols, serv2->npn_protocols)
182 fixture->expected_ctx->extra.client.npn_protocols =
184 if (!TEST_ptr(fixture->expected_ctx->extra.client.npn_protocols))
  /src/crypto/external/bsd/openssl.old/dist/test/
ssl_test_ctx_test.c 41 || !TEST_str_eq(conf1->npn_protocols, conf2->npn_protocols)
54 || !TEST_str_eq(serv->npn_protocols, serv2->npn_protocols)
185 fixture->expected_ctx->extra.client.npn_protocols =
187 if (!TEST_ptr(fixture->expected_ctx->extra.client.npn_protocols))
ssl_test_ctx.h 104 char *npn_protocols; member in struct:__anon2277
119 char *npn_protocols; member in struct:__anon2278
handshake_helper.c 66 unsigned char *npn_protocols; member in struct:ctx_data_st
78 OPENSSL_free(ctx_data->npn_protocols);
79 ctx_data->npn_protocols = NULL;
394 ctx_data->npn_protocols,
405 *data = ctx_data->npn_protocols;
595 if (extra->server.npn_protocols != NULL) {
596 if (!TEST_true(parse_protos(extra->server.npn_protocols,
597 &server_ctx_data->npn_protocols,
603 if (extra->server2.npn_protocols != NULL) {
604 if (!TEST_true(parse_protos(extra->server2.npn_protocols,
    [all...]
ssl_test_ctx.c 352 IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_CLIENT_CONF, client, npn_protocols)
353 IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_SERVER_CONF, server, npn_protocols)
731 OPENSSL_free(conf->client.npn_protocols);
732 OPENSSL_free(conf->server.npn_protocols);
733 OPENSSL_free(conf->server2.npn_protocols);
  /src/crypto/external/apache2/openssl/dist/test/helpers/
ssl_test_ctx.h 106 char *npn_protocols; member in struct:__anon705
123 char *npn_protocols; member in struct:__anon706
handshake.h 16 unsigned char *npn_protocols; member in struct:ctx_data_st
handshake.c 67 OPENSSL_free(ctx_data->npn_protocols);
68 ctx_data->npn_protocols = NULL;
403 ctx_data->npn_protocols,
415 *data = ctx_data->npn_protocols;
591 if (extra->server.npn_protocols != NULL) {
592 if (!TEST_true(parse_protos(extra->server.npn_protocols,
593 &server_ctx_data->npn_protocols,
599 if (extra->server2.npn_protocols != NULL) {
600 if (!TEST_true(parse_protos(extra->server2.npn_protocols,
601 &server2_ctx_data->npn_protocols,
    [all...]
ssl_test_ctx.c 349 IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_CLIENT_CONF, client, npn_protocols)
350 IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_SERVER_CONF, server, npn_protocols)
748 OPENSSL_free(conf->client.npn_protocols);
749 OPENSSL_free(conf->server.npn_protocols);
750 OPENSSL_free(conf->server2.npn_protocols);
  /src/crypto/external/bsd/openssl/dist/test/helpers/
ssl_test_ctx.h 105 char *npn_protocols; member in struct:__anon1737
122 char *npn_protocols; member in struct:__anon1738
handshake.h 16 unsigned char *npn_protocols; member in struct:ctx_data_st
handshake.c 66 OPENSSL_free(ctx_data->npn_protocols);
67 ctx_data->npn_protocols = NULL;
407 ctx_data->npn_protocols,
418 *data = ctx_data->npn_protocols;
591 if (extra->server.npn_protocols != NULL) {
592 if (!TEST_true(parse_protos(extra->server.npn_protocols,
593 &server_ctx_data->npn_protocols,
599 if (extra->server2.npn_protocols != NULL) {
600 if (!TEST_true(parse_protos(extra->server2.npn_protocols,
601 &server2_ctx_data->npn_protocols,
    [all...]
ssl_test_ctx.c 351 IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_CLIENT_CONF, client, npn_protocols)
352 IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_SERVER_CONF, server, npn_protocols)
736 OPENSSL_free(conf->client.npn_protocols);
737 OPENSSL_free(conf->server.npn_protocols);
738 OPENSSL_free(conf->server2.npn_protocols);

Completed in 32 milliseconds