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

  /src/crypto/external/apache2/openssl/dist/test/
verify_extra_test.c 181 static int test_self_signed(const char *filename, int use_trusted, int expected) function
206 return test_self_signed(root_f, 1, 1);
211 return test_self_signed(bad_f, 1, 0);
216 return test_self_signed("nonexistent file name", 1, -1);
222 return test_self_signed(bad_f, 0, 0);
  /src/crypto/external/bsd/openssl/dist/test/
verify_extra_test.c 181 static int test_self_signed(const char *filename, int use_trusted, int expected) function
206 return test_self_signed(root_f, 1, 1);
211 return test_self_signed(bad_f, 1, 0);
216 return test_self_signed("nonexistent file name", 1, -1);
222 return test_self_signed(bad_f, 0, 0);
  /src/crypto/external/bsd/openssl.old/dist/test/
verify_extra_test.c 210 static int test_self_signed(const char *filename, int expected) function
231 return test_self_signed(good_f, 1);
236 return test_self_signed(bad_f, 0);

Completed in 24 milliseconds