Home
last modified time | relevance | path

Searched defs:BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/hap/utils/include/
Dhap_utils.h72 static constexpr int BLOCK_SIZE = 8; variable
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/utils/
DHapUtils.java153 public static final int BLOCK_SIZE = 8; field in HapUtils