Searched refs:GetDigestAndAlgorithm (Results 1 – 3 of 3) sorted by relevance
45 DLL_EXPORT bool GetDigestAndAlgorithm(Pkcs7Context& digest);
261 ASSERT_FALSE(v2.GetDigestAndAlgorithm(digest));
115 if (!GetDigestAndAlgorithm(pkcs7Context)) { in Verify()392 bool HapVerifyV2::GetDigestAndAlgorithm(Pkcs7Context& digest) in GetDigestAndAlgorithm() function in OHOS::Security::Verify::HapVerifyV2