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

  /src/crypto/external/apache2/openssl/dist/test/helpers/
handshake.h 18 unsigned char *alpn_protocols; member in struct:ctx_data_st
ssl_test_ctx.h 107 char *alpn_protocols; member in struct:__anon705
124 char *alpn_protocols; member in struct:__anon706
  /src/crypto/external/bsd/openssl/dist/test/helpers/
handshake.h 18 unsigned char *alpn_protocols; member in struct:ctx_data_st
ssl_test_ctx.h 106 char *alpn_protocols; member in struct:__anon1737
123 char *alpn_protocols; member in struct:__anon1738
  /src/crypto/external/bsd/openssl.old/dist/test/
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...]

Completed in 23 milliseconds