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

  /src/crypto/external/bsd/openssl/dist/apps/
s_client.c 854 const char *next_proto_neg_in = NULL; local
1379 next_proto_neg_in = opt_arg();
1505 if (min_version == TLS1_3_VERSION && next_proto_neg_in != NULL) {
1598 if (next_proto_neg_in) {
1600 next_protos_parse(&next_proto.len, next_proto_neg_in);
s_server.c 1019 const char *next_proto_neg_in = NULL; local
1578 next_proto_neg_in = opt_arg();
1658 if (min_version == TLS1_3_VERSION && next_proto_neg_in != NULL) {
1761 if (next_proto_neg_in) {
1762 next_proto.data = next_protos_parse(&next_proto.len, next_proto_neg_in);
  /src/crypto/external/bsd/openssl.old/dist/apps/
s_client.c 950 const char *next_proto_neg_in = NULL; local
1446 next_proto_neg_in = opt_arg();
1570 if (min_version == TLS1_3_VERSION && next_proto_neg_in != NULL) {
1652 if (next_proto_neg_in) {
1654 next_protos_parse(&next_proto.len, next_proto_neg_in);
s_server.c 1026 const char *next_proto_neg_in = NULL; local
1552 next_proto_neg_in = opt_arg();
1612 if (min_version == TLS1_3_VERSION && next_proto_neg_in != NULL) {
1711 if (next_proto_neg_in) {
1712 next_proto.data = next_protos_parse(&next_proto.len, next_proto_neg_in);
  /src/crypto/external/apache2/openssl/dist/apps/
s_client.c 1004 const char *next_proto_neg_in = NULL; local
1563 next_proto_neg_in = opt_arg();
1705 if (min_version == TLS1_3_VERSION && next_proto_neg_in != NULL) {
1804 if (next_proto_neg_in) {
1805 next_proto.data = next_protos_parse(&next_proto.len, next_proto_neg_in);
s_server.c 1152 const char *next_proto_neg_in = NULL; local
1726 next_proto_neg_in = opt_arg();
1827 if (min_version == TLS1_3_VERSION && next_proto_neg_in != NULL) {
1945 if (next_proto_neg_in) {
1946 next_proto.data = next_protos_parse(&next_proto.len, next_proto_neg_in);

Completed in 41 milliseconds