Searched refs:GetDigestAndAlgorithm (Results 1 – 3 of 3) sorted by relevance
69 DLL_EXPORT bool GetDigestAndAlgorithm(Pkcs7Context& digest);
142 ASSERT_FALSE(v2.GetDigestAndAlgorithm(digest));730 bool ret = verify.GetDigestAndAlgorithm(digest);745 bool ret = verify.GetDigestAndAlgorithm(digest);760 bool ret = verify.GetDigestAndAlgorithm(digest);775 bool ret = verify.GetDigestAndAlgorithm(digest);
226 if (!GetDigestAndAlgorithm(pkcs7Context)) { in Verify()362 bool VerifyHap::GetDigestAndAlgorithm(Pkcs7Context& digest) in GetDigestAndAlgorithm() function in OHOS::SignatureTools::VerifyHap