Home
last modified time | relevance | path

Searched refs:HAP_SIG_BLOCK_MIN_SIZE (Results 1 - 4 of 4) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/hap/utils/include/
H A Dhap_utils.h71 static constexpr int HAP_SIG_BLOCK_MIN_SIZE = HAP_SIG_BLOCK_HEADER_SIZE; member in OHOS::SignatureTools::HapUtils
/developtools/hapsigner/hapsigntool_cpp/utils/include/
H A Dhap_signer_block_utils.h63 static const int32_t HAP_SIG_BLOCK_MIN_SIZE; member in OHOS::SignatureTools::HapSignerBlockUtils
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/utils/
H A DHapUtils.java149 public static final int HAP_SIG_BLOCK_MIN_SIZE = HAP_SIG_BLOCK_HEADER_SIZE; field in HapUtils
506 if (centralDirectoryStartOffset < HAP_SIG_BLOCK_MIN_SIZE) { in findHapSigningBlock()
/developtools/hapsigner/hapsigntool_cpp/utils/src/
H A Dhap_signer_block_utils.cpp42 const int32_t HapSignerBlockUtils::HAP_SIG_BLOCK_MIN_SIZE = 32; member in OHOS::SignatureTools::HapSignerBlockUtils
231 if (centralDirOffset < HAP_SIG_BLOCK_MIN_SIZE) { in FindHapSigningBlock()

Completed in 4 milliseconds