Searched refs:algId (Results 1 – 2 of 2) sorted by relevance
111 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()
92 int32_t algId; member