Home
last modified time | relevance | path

Searched refs:HASH_LEN (Results 1 - 3 of 3) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/utils/src/
H A Dhash_utils.cpp67 char buffer[HASH_LEN] = { 0 }; in GetFileDigest()
72 input.read(buffer, HASH_LEN); in GetFileDigest()
118 int64_t blockLength = length - readLength > HASH_LEN ? HASH_LEN : (length - readLength); in GetDigestFromBytes()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
H A DHashUtils.java37 private static final int HASH_LEN = 4096; field in HashUtils
98 byte[] fileDate = new byte[HASH_LEN]; in getFileDigest()
/developtools/hapsigner/hapsigntool_cpp/utils/include/
H A Dhash_utils.h50 static const int HASH_LEN = 4096; member in OHOS::SignatureTools::HashUtils

Completed in 2 milliseconds