Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DHapUtils.java328 int digestOutputSizeBytes = contentDigestAlgorithms[i].getDigestOutputByteSize(); in initComputeItem() local
330 new byte[DIGEST_PRIFIX_LENGTH + chunkCount * digestOutputSizeBytes]; in initComputeItem()