Home
last modified time | relevance | path

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

/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/include/verify/
H A Dhap_verify_v2.h45 DLL_EXPORT bool GetDigestAndAlgorithm(Pkcs7Context& digest);
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/test/unittest/src/
H A Dhap_verify_v2_test.cpp261 ASSERT_FALSE(v2.GetDigestAndAlgorithm(digest));
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/verify/
H A Dhap_verify_v2.cpp115 if (!GetDigestAndAlgorithm(pkcs7Context)) { in Verify()
392 bool HapVerifyV2::GetDigestAndAlgorithm(Pkcs7Context& digest) in GetDigestAndAlgorithm() function in OHOS::Security::Verify::HapVerifyV2