| /src/crypto/external/apache2/openssl/dist/test/ |
| ssl_test_ctx_test.c | 41 || !TEST_str_eq(conf1->alpn_protocols, conf2->alpn_protocols) 54 || !TEST_str_eq(serv->alpn_protocols, serv2->alpn_protocols) 188 fixture->expected_ctx->resume_extra.server2.alpn_protocols = OPENSSL_strdup("baz"); 189 if (!TEST_ptr(fixture->expected_ctx->resume_extra.server2.alpn_protocols))
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| ssl_test_ctx_test.c | 42 || !TEST_str_eq(conf1->alpn_protocols, conf2->alpn_protocols) 55 || !TEST_str_eq(serv->alpn_protocols, serv2->alpn_protocols) 192 fixture->expected_ctx->resume_extra.server2.alpn_protocols = 194 if (!TEST_ptr(fixture->expected_ctx->resume_extra.server2.alpn_protocols))
|
| /src/crypto/external/bsd/openssl.old/dist/test/ |
| ssl_test_ctx_test.c | 42 || !TEST_str_eq(conf1->alpn_protocols, conf2->alpn_protocols) 55 || !TEST_str_eq(serv->alpn_protocols, serv2->alpn_protocols) 195 fixture->expected_ctx->resume_extra.server2.alpn_protocols = 197 if (!TEST_ptr(fixture->expected_ctx->resume_extra.server2.alpn_protocols))
|
| ssl_test_ctx.h | 105 char *alpn_protocols; member in struct:__anon2277 120 char *alpn_protocols; member in struct:__anon2278
|
| handshake_helper.c | 68 unsigned char *alpn_protocols; member in struct:ctx_data_st 80 OPENSSL_free(ctx_data->alpn_protocols); 81 ctx_data->alpn_protocols = NULL; 428 * The result points either to |in| or to |ctx_data->alpn_protocols|. 433 ctx_data->alpn_protocols, 621 if (extra->server.alpn_protocols != NULL) { 622 if (!TEST_true(parse_protos(extra->server.alpn_protocols, 623 &server_ctx_data->alpn_protocols, 628 if (extra->server2.alpn_protocols != NULL) { 630 || !TEST_true(parse_protos(extra->server2.alpn_protocols, [all...] |
| ssl_test_ctx.c | 355 IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_CLIENT_CONF, client, alpn_protocols) 356 IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_SERVER_CONF, server, alpn_protocols) 734 OPENSSL_free(conf->client.alpn_protocols); 735 OPENSSL_free(conf->server.alpn_protocols); 736 OPENSSL_free(conf->server2.alpn_protocols);
|
| /src/crypto/external/apache2/openssl/dist/test/helpers/ |
| ssl_test_ctx.h | 107 char *alpn_protocols; member in struct:__anon705 124 char *alpn_protocols; member in struct:__anon706
|
| handshake.h | 18 unsigned char *alpn_protocols; member in struct:ctx_data_st
|
| handshake.c | 69 OPENSSL_free(ctx_data->alpn_protocols); 70 ctx_data->alpn_protocols = NULL; 438 * The result points either to |in| or to |ctx_data->alpn_protocols|. 443 ctx_data->alpn_protocols, 617 if (extra->server.alpn_protocols != NULL) { 618 if (!TEST_true(parse_protos(extra->server.alpn_protocols, 619 &server_ctx_data->alpn_protocols, 624 if (extra->server2.alpn_protocols != NULL) { 626 || !TEST_true(parse_protos(extra->server2.alpn_protocols, 627 &server2_ctx_data->alpn_protocols, [all...] |
| ssl_test_ctx.c | 352 IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_CLIENT_CONF, client, alpn_protocols) 353 IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_SERVER_CONF, server, alpn_protocols) 751 OPENSSL_free(conf->client.alpn_protocols); 752 OPENSSL_free(conf->server.alpn_protocols); 753 OPENSSL_free(conf->server2.alpn_protocols);
|
| /src/crypto/external/bsd/openssl/dist/test/helpers/ |
| ssl_test_ctx.h | 106 char *alpn_protocols; member in struct:__anon1737 123 char *alpn_protocols; member in struct:__anon1738
|
| handshake.h | 18 unsigned char *alpn_protocols; member in struct:ctx_data_st
|
| handshake.c | 68 OPENSSL_free(ctx_data->alpn_protocols); 69 ctx_data->alpn_protocols = NULL; 441 * The result points either to |in| or to |ctx_data->alpn_protocols|. 446 ctx_data->alpn_protocols, 617 if (extra->server.alpn_protocols != NULL) { 618 if (!TEST_true(parse_protos(extra->server.alpn_protocols, 619 &server_ctx_data->alpn_protocols, 624 if (extra->server2.alpn_protocols != NULL) { 626 || !TEST_true(parse_protos(extra->server2.alpn_protocols, 627 &server2_ctx_data->alpn_protocols, [all...] |
| ssl_test_ctx.c | 354 IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_CLIENT_CONF, client, alpn_protocols) 355 IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_SERVER_CONF, server, alpn_protocols) 739 OPENSSL_free(conf->client.alpn_protocols); 740 OPENSSL_free(conf->server.alpn_protocols); 741 OPENSSL_free(conf->server2.alpn_protocols);
|