Home
last modified time | relevance | path

Searched defs:merkleTreeWithPadding (Results 1 – 4 of 4) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/datastructure/
Delf_sign_block_test.cpp45 std::vector<int8_t> merkleTreeWithPadding = { 1, 1, 1, 1, 1, 1, 1, 1 }; variable
67 std::vector<int8_t> merkleTreeWithPadding = { 1, 1, 1, 1, 1, 1, 1, 1 }; variable
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/datastructure/
DElfSignBlock.java65 private byte[] merkleTreeWithPadding; field in ElfSignBlock
87 private ElfSignBlock(int type, int treeLength, byte[] merkleTreeWithPadding, in ElfSignBlock()
/developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/include/
Delf_sign_block.h47 std::vector<int8_t> merkleTreeWithPadding; variable
/developtools/hapsigner/hapsigntool_cpp/codesigning/sign/src/
Dverify_code_signature.cpp75 std::vector<int8_t> &merkleTreeWithPadding = elfSignBlock.GetMerkleTreeWithPadding(); in VerifyElf() local