Home
last modified time | relevance | path

Searched defs:codeSignBlockOffset (Results 1 – 3 of 3) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/datastructure/
Dcode_sign_block_test.cpp89 int64_t codeSignBlockOffset = 949572; variable
107 int64_t codeSignBlockOffset = -68; variable
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/datastructure/
DCodeSignBlock.java224 public long computeMerkleTreeOffset(long codeSignBlockOffset) { in computeMerkleTreeOffset()
/developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/src/
Dcode_sign_block.cpp163 int64_t CodeSignBlock::ComputeMerkleTreeOffset(int64_t codeSignBlockOffset) in ComputeMerkleTreeOffset()