Searched defs:merkleTreeWithPadding (Results 1 – 4 of 4) sorted by relevance
| /developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/datastructure/ |
| D | elf_sign_block_test.cpp | 45 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/ |
| D | ElfSignBlock.java | 65 private byte[] merkleTreeWithPadding; field in ElfSignBlock 87 private ElfSignBlock(int type, int treeLength, byte[] merkleTreeWithPadding, in ElfSignBlock()
|
| /developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/include/ |
| D | elf_sign_block.h | 47 std::vector<int8_t> merkleTreeWithPadding; variable
|
| /developtools/hapsigner/hapsigntool_cpp/codesigning/sign/src/ |
| D | verify_code_signature.cpp | 75 std::vector<int8_t> &merkleTreeWithPadding = elfSignBlock.GetMerkleTreeWithPadding(); in VerifyElf() local
|