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

  /src/crypto/external/apache2/openssl/dist/test/helpers/
handshake.h 16 unsigned char *npn_protocols; member in struct:ctx_data_st
handshake.h 16 unsigned char *npn_protocols; member in struct:ctx_data_st
ssl_test_ctx.h 106 char *npn_protocols; member in struct:__anon705
123 char *npn_protocols; member in struct:__anon706
ssl_test_ctx.h 106 char *npn_protocols; member in struct:__anon705
123 char *npn_protocols; member in struct:__anon706
  /src/crypto/external/bsd/openssl/dist/test/helpers/
handshake.h 16 unsigned char *npn_protocols; member in struct:ctx_data_st
handshake.h 16 unsigned char *npn_protocols; member in struct:ctx_data_st
ssl_test_ctx.h 105 char *npn_protocols; member in struct:__anon1737
122 char *npn_protocols; member in struct:__anon1738
ssl_test_ctx.h 105 char *npn_protocols; member in struct:__anon1737
122 char *npn_protocols; member in struct:__anon1738
  /src/crypto/external/bsd/openssl.old/dist/test/
ssl_test_ctx.h 104 char *npn_protocols; member in struct:__anon2277
119 char *npn_protocols; member in struct:__anon2278
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...]
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...]

Completed in 81 milliseconds