Home
last modified time | relevance | path

Searched refs:DIGEST_PRIFIX_LENGTH (Results 1 - 2 of 2) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/utils/
H A DHapUtils.java180 private static final int DIGEST_PRIFIX_LENGTH = 5; field in HapUtils
286 byte[] chunkContentPrefix = new byte[DIGEST_PRIFIX_LENGTH]; in computeDigests()
319 chunkIndex * expectedDigestSizeBytes + DIGEST_PRIFIX_LENGTH, expectedDigestSizeBytes); in getDigests()
334 new byte[DIGEST_PRIFIX_LENGTH + chunkCount * digestOutputSizeBytes]; in initComputeItem()
/developtools/hapsigner/hapsigntool_cpp/hap/utils/include/
H A Dhap_utils.h90 static const int DIGEST_PRIFIX_LENGTH = 5; member in OHOS::SignatureTools::HapUtils

Completed in 2 milliseconds