Home
last modified time | relevance | path

Searched refs:algId (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/appverify/interfaces/innerkits/appverify_lite/src/
H A Dapp_verify.c111 content->algId = HapGetInt((unsigned char *)&content->algId, sizeof(content->algId)); in ContentN2H()
339 content->algId = GetDigestAlgorithmId((unsigned int)content->algId); in VerifyRawHash()
340 …if (content->algId != HASH_ALG_SHA256 && content->algId != HASH_ALG_SHA384 && content->algId != HA… in VerifyRawHash()
346 int32_t rootHashLen = GetHashUnitLen(content->algId); in VerifyRawHash()
352 if (!VerifyIntegrityChunk(content->algId, fileRead->fp, signInfo, &actualDigest)) { in VerifyRawHash()
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify_lite/include/
H A Dapp_verify.h92 int32_t algId; member