Home
last modified time | relevance | path

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

/ohos5.0/base/security/appverify/interfaces/innerkits/appverify_lite/include/
H A Dapp_verify.h125 int32_t GetHashUnitLen(int32_t hashAlg);
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify_lite/src/
H A Dapp_verify_hap.c116 int32_t rootHashLen = GetHashUnitLen(digestAlgorithm); in ComputeDigestsWithOptionalBlock()
302 int32_t rootHashLen = GetHashUnitLen(digestAlgorithm); in VerifyIntegrityChunk()
H A Dapp_verify.c245 int32_t GetHashUnitLen(int32_t hashAlg) in GetHashUnitLen() function
346 int32_t rootHashLen = GetHashUnitLen(content->algId); in VerifyRawHash()