Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/datastructure/
H A DSignInfo.java71 private static final int SIGN_INFO_SIZE_WITHOUT_SIGNATURE = 60; field in SignInfo
120 this.extensionOffset = SIGN_INFO_SIZE_WITHOUT_SIGNATURE + sigSize + this.zeroPadding.length; in SignInfo()
189 int blockSize = SIGN_INFO_SIZE_WITHOUT_SIGNATURE + this.signature.length + this.zeroPadding.length; in size()
/developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/include/
H A Dsign_info.h34 static constexpr int32_t SIGN_INFO_SIZE_WITHOUT_SIGNATURE = 60; member in OHOS::SignatureTools::SignInfo
/developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/src/
H A Dsign_info.cpp130 int blockSize = SignInfo::SIGN_INFO_SIZE_WITHOUT_SIGNATURE + signature.size() + zeroPadding.size(); in GetSize()

Completed in 3 milliseconds