Home
last modified time | relevance | path

Searched defs:path (Results 1 – 18 of 18) sorted by relevance

/crypto/test/
A Dfile_util.cc115 char path[MAX_PATH]; in Init() local
123 std::string path = temp_dir + "bssl_tmp_file.XXXXXX"; in Init() local
191 std::string path = GetTempDir(); in Init() local
A Dfile_util.h110 const std::string &path() const { return path_; } in path() function
136 const std::string &path() const { return path_; } in path() function
A Dfile_test.cc366 explicit FileLineReader(const char *path) : file_(fopen(path, "r")) {} in FileLineReader()
402 int FileTestMain(FileTestFunc run_test, void *arg, const char *path) { in FileTestMain()
A Dtest_data.cc29 std::string GetTestData(const char *path) { in GetTestData()
A Dfile_test_gtest.cc68 void FileTestGTest(const char *path, std::function<void(FileTest *)> run_test) { in FileTestGTest()
A Dfile_test.h101 const char *path = nullptr; member
A Dabi_test.cc631 static bool ReadFileToString(std::string *out, const char *path) { in ReadFileToString()
/crypto/
A Dcpu_arm_linux.cc29 static int open_eintr(const char *path, int flags) { in open_eintr()
48 static int read_file(char **out_ptr, size_t *out_len, const char *path) { in read_file()
/crypto/rand/
A Drand.cc37 int RAND_load_file(const char *path, long num) { in RAND_load_file()
51 int RAND_egd(const char *path) { return 255; } in RAND_egd()
/crypto/evp/
A Devp_test.cc608 static void RunWycheproofVerifyTest(const char *path) { in RunWycheproofVerifyTest()
803 const char *path, in RunWycheproofDecryptTest()
840 static void RunWycheproofOAEPTest(const char *path) { in RunWycheproofOAEPTest()
927 static void RunWycheproofPKCS1DecryptTest(const char *path) { in RunWycheproofPKCS1DecryptTest()
/crypto/x509/
A Dx509_d2.cc41 const char *path) { in X509_STORE_load_locations()
A Dx509_test.cc2050 for (const char *path : kGoodCerts) { in TEST() local
2071 for (const char *path : kBadCerts) { in TEST() local
3764 std::string path = "crypto/x509/test/"; in TEST() local
7939 const std::string &path() const { return dir_.path(); } in path() function in __anon29e9c9070111::TemporaryHashDir
7959 char path[32]; in AddCertWithHash() local
7974 char path[32]; in AddCRLWithHash() local
7993 char path[32]; in ReplaceLastCRL() local
/crypto/hmac/
A Dhmac_test.cc90 static void RunWycheproofTest(const char *path, const EVP_MD *md) { in RunWycheproofTest()
/crypto/ecdsa/
A Decdsa_p1363_test.cc32 static void RunWycheproofTest(const char *path) { in RunWycheproofTest()
/crypto/fipsmodule/hkdf/
A Dhkdf_test.cc380 static void RunWycheproofTest(const char *path, const EVP_MD *md) { in RunWycheproofTest()
/crypto/bio/
A Dfile.cc57 static FILE *fopen_if_available(const char *path, const char *mode) { in fopen_if_available()
/crypto/fipsmodule/cmac/
A Dcmac_test.cc187 static void RunCAVPTest(const char *path, const EVP_CIPHER *cipher, in RunCAVPTest()
/crypto/rsa/
A Drsa_test.cc1286 auto read_private_key = [](const char *path) -> bssl::UniquePtr<RSA> { in TEST()
1295 auto read_public_key = [](const char *path) -> bssl::UniquePtr<RSA> { in TEST()

Completed in 52 milliseconds