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

  /src/crypto/external/apache2/openssl/dist/apps/
s_server.c 1155 const char *alpn_in = NULL; local
1730 alpn_in = opt_arg();
1952 if (alpn_in) {
1953 alpn_ctx.data = next_protos_parse(&alpn_ctx.len, alpn_in);
s_client.c 997 const char *alpn_in = NULL; local
1567 alpn_in = opt_arg();
2055 if (alpn_in) {
2057 unsigned char *alpn = next_protos_parse(&alpn_len, alpn_in);
2250 if (isquic && alpn_in == NULL) {
  /src/crypto/external/bsd/openssl/dist/apps/
s_client.c 847 const char *alpn_in = NULL; local
1383 alpn_in = opt_arg();
1845 if (alpn_in) {
1847 unsigned char *alpn = next_protos_parse(&alpn_len, alpn_in);
s_server.c 1022 const char *alpn_in = NULL; local
1582 alpn_in = opt_arg();
1768 if (alpn_in) {
1769 alpn_ctx.data = next_protos_parse(&alpn_ctx.len, alpn_in);
  /src/crypto/external/bsd/openssl.old/dist/apps/
s_client.c 943 const char *alpn_in = NULL; local
1450 alpn_in = opt_arg();
1880 if (alpn_in) {
1882 unsigned char *alpn = next_protos_parse(&alpn_len, alpn_in);
s_server.c 1029 const char *alpn_in = NULL; local
1556 alpn_in = opt_arg();
1718 if (alpn_in) {
1719 alpn_ctx.data = next_protos_parse(&alpn_ctx.len, alpn_in);

Completed in 43 milliseconds