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

  /src/crypto/external/apache2/openssl/dist/test/
ssl_old_test.c 190 static const char *alpn_expected; variable
354 if (client_proto_len > 0 && alpn_expected == NULL) {
359 if (alpn_expected != NULL && (client_proto_len != strlen(alpn_expected) || memcmp(client_proto, alpn_expected, client_proto_len) != 0)) {
362 alpn_expected);
711 " -alpn_expected <string> - the ALPN protocol that should be negotiated\n");
1132 } else if (strcmp(*argv, "-alpn_expected") == 0) {
1135 alpn_expected = *(++argv);
  /src/crypto/external/bsd/openssl/dist/test/
ssl_old_test.c 191 static const char *alpn_expected; variable
346 if (client_proto_len > 0 && alpn_expected == NULL) {
351 if (alpn_expected != NULL &&
352 (client_proto_len != strlen(alpn_expected) ||
353 memcmp(client_proto, alpn_expected, client_proto_len) != 0)) {
356 alpn_expected);
705 " -alpn_expected <string> - the ALPN protocol that should be negotiated\n");
1129 } else if (strcmp(*argv, "-alpn_expected") == 0) {
1132 alpn_expected = *(++argv);
  /src/crypto/external/bsd/openssl.old/dist/test/
ssltest_old.c 201 static const char *alpn_expected; variable
351 if (client_proto_len > 0 && alpn_expected == NULL) {
356 if (alpn_expected != NULL &&
357 (client_proto_len != strlen(alpn_expected) ||
358 memcmp(client_proto, alpn_expected, client_proto_len) != 0)) {
361 alpn_expected);
712 " -alpn_expected <string> - the ALPN protocol that should be negotiated\n");
1156 } else if (strcmp(*argv, "-alpn_expected") == 0) {
1159 alpn_expected = *(++argv);

Completed in 29 milliseconds