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

  /src/crypto/external/apache2/openssl/dist/test/
cmp_vfy_test.c 399 static void setup_path(CMP_VFY_TEST_FIXTURE **fixture, X509 *wrong, int expired) function
420 setup_path(&fixture, NULL, 0);
428 setup_path(&fixture, srvcert /* wrong/non-root cert */, 0);
436 setup_path(&fixture, NULL, 1);
  /src/crypto/external/bsd/openssl/dist/test/
cmp_vfy_test.c 384 static void setup_path(CMP_VFY_TEST_FIXTURE **fixture, X509 *wrong, int expired) function
404 setup_path(&fixture, NULL, 0);
412 setup_path(&fixture, srvcert /* wrong/non-root cert */, 0);
420 setup_path(&fixture, NULL, 1);

Completed in 27 milliseconds