Home
last modified time | relevance | path

Searched refs:GetDigestAndAlgorithm (Results 1 – 3 of 3) sorted by relevance

/base/security/appverify/interfaces/innerkits/appverify/test/unittest/src/
Dhap_verify_v2_test.cpp263 ASSERT_FALSE(v2.GetDigestAndAlgorithm(digest));
277 ASSERT_FALSE(hapVerifyV2.GetDigestAndAlgorithm(digest));
291 ASSERT_FALSE(hapVerifyV2.GetDigestAndAlgorithm(digest));
/base/security/appverify/interfaces/innerkits/appverify/include/verify/
Dhap_verify_v2.h43 DLL_EXPORT bool GetDigestAndAlgorithm(Pkcs7Context& digest);
/base/security/appverify/interfaces/innerkits/appverify/src/verify/
Dhap_verify_v2.cpp146 if (!GetDigestAndAlgorithm(pkcs7Context)) { in Verify()
431 bool HapVerifyV2::GetDigestAndAlgorithm(Pkcs7Context& digest) in GetDigestAndAlgorithm() function in OHOS::Security::Verify::HapVerifyV2