Lines Matching refs:FileTest
90 static const EVP_MD *GetDigest(FileTest *t, const std::string &name) { in OPENSSL_MSVC_PRAGMA()
108 static int GetKeyType(FileTest *t, const std::string &name) { in GetKeyType()
128 static int GetRSAPadding(FileTest *t, int *out, const std::string &name) { in GetRSAPadding()
147 static bool ImportKey(FileTest *t, KeyMap *key_map, in ImportKey()
250 static bool SetupContext(FileTest *t, KeyMap *key_map, EVP_PKEY_CTX *ctx) { in SetupContext()
304 static bool TestDerive(FileTest *t, KeyMap *key_map, EVP_PKEY *key) { in TestDerive()
361 static bool TestEVP(FileTest *t, KeyMap *key_map) { in TestEVP()
558 FileTestGTest("crypto/evp/evp_tests.txt", [&](FileTest *t) { in TEST()
572 FileTestGTest(path, [](FileTest *t) { in RunWycheproofVerifyTest()
704 [](FileTest *t) { in TEST()
766 std::function<void(FileTest *, EVP_PKEY_CTX *)> setup_cb) { in RunWycheproofDecryptTest() argument
767 FileTestGTest(path, [&](FileTest *t) { in RunWycheproofDecryptTest()
803 RunWycheproofDecryptTest(path, [](FileTest *t, EVP_PKEY_CTX *ctx) { in RunWycheproofOAEPTest()
890 RunWycheproofDecryptTest(path, [](FileTest *t, EVP_PKEY_CTX *ctx) { in RunWycheproofPKCS1DecryptTest()