Home
last modified time | relevance | path

Searched refs:next_proto_neg_in (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/apps/
H A Ds_client.c854 const char *next_proto_neg_in = NULL; in s_client_main() local
1379 next_proto_neg_in = opt_arg(); in s_client_main()
1505 if (min_version == TLS1_3_VERSION && next_proto_neg_in != NULL) { in s_client_main()
1598 if (next_proto_neg_in) { in s_client_main()
1600 next_protos_parse(&next_proto.len, next_proto_neg_in); in s_client_main()
H A Ds_server.c1019 const char *next_proto_neg_in = NULL; in s_server_main() local
1578 next_proto_neg_in = opt_arg(); in s_server_main()
1658 if (min_version == TLS1_3_VERSION && next_proto_neg_in != NULL) { in s_server_main()
1761 if (next_proto_neg_in) { in s_server_main()
1762 next_proto.data = next_protos_parse(&next_proto.len, next_proto_neg_in); in s_server_main()