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

  /src/crypto/external/apache2/openssl/dist/test/
ssl_old_test.c 411 static int custom_ext = 0; variable
705 " -custom_ext - try various custom extension callbacks\n");
1118 } else if (strcmp(*argv, "-custom_ext") == 0) {
1119 custom_ext = 1;
1654 if (custom_ext) {
  /src/crypto/external/bsd/openssl/dist/test/
ssl_old_test.c 405 static int custom_ext = 0; variable
699 " -custom_ext - try various custom extension callbacks\n");
1114 } else if (strcmp(*argv, "-custom_ext") == 0) {
1115 custom_ext = 1;
1658 if (custom_ext) {
  /src/crypto/external/bsd/openssl.old/dist/test/
ssltest_old.c 410 static int custom_ext = 0; variable
706 " -custom_ext - try various custom extension callbacks\n");
1141 } else if (strcmp(*argv, "-custom_ext") == 0) {
1142 custom_ext = 1;
1657 if (custom_ext) {

Completed in 27 milliseconds