Searched refs:npn_protocols (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Dssl_test_ctx_test.c41 || !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))
H A Dssl_test_ctx.h104 char *npn_protocols; member in struct:__anon480
119 char *npn_protocols; member in struct:__anon481
H A Dhandshake_helper.c66 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...]
H A Dssl_test_ctx.c352 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);
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dssl_test_ctx_test.c41 || !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))
/netbsd-current/crypto/external/bsd/openssl/dist/test/helpers/
H A Dssl_test_ctx.h105 char *npn_protocols; member in struct:__anon663
122 char *npn_protocols; member in struct:__anon664
H A Dhandshake.h16 unsigned char *npn_protocols; member in struct:ctx_data_st
H A Dhandshake.c66 OPENSSL_free(ctx_data->npn_protocols);
67 ctx_data->npn_protocols = NULL;
401 ctx_data->npn_protocols,
412 *data = ctx_data->npn_protocols;
585 if (extra->server.npn_protocols != NULL) {
586 if (!TEST_true(parse_protos(extra->server.npn_protocols,
587 &server_ctx_data->npn_protocols,
593 if (extra->server2.npn_protocols != NULL) {
594 if (!TEST_true(parse_protos(extra->server2.npn_protocols,
595 &server2_ctx_data->npn_protocols,
[all...]
H A Dssl_test_ctx.c351 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 512 milliseconds