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

  /src/crypto/external/bsd/openssl/dist/test/
evp_pkey_provided_test.c 59 char *memdata, *fullfile = NULL; local
97 fullfile = test_mk_file_path(datadir, filename);
98 if (!TEST_ptr(fullfile))
101 file = BIO_new_file(fullfile, "rb");
125 OPENSSL_free(fullfile);
  /src/crypto/external/apache2/openssl/dist/test/
evp_pkey_provided_test.c 59 char *memdata, *fullfile = NULL; local
97 fullfile = test_mk_file_path(datadir, filename);
98 if (!TEST_ptr(fullfile))
101 file = BIO_new_file(fullfile, "rb");
125 OPENSSL_free(fullfile);

Completed in 27 milliseconds