Searched defs:merkleTreeWithPadding (Results 1 - 4 of 4) sorted by relevance
| /developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/include/ |
| H A D | elf_sign_block.h | 47 std::vector<int8_t> merkleTreeWithPadding; member in OHOS::SignatureTools::ElfSignBlock
|
| /developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/datastructure/ |
| H A D | elf_sign_block_test.cpp | 45 std::vector<int8_t> merkleTreeWithPadding = { 1, 1, 1, 1, 1, 1, 1, 1 }; in HWTEST_F() local 67 std::vector<int8_t> merkleTreeWithPadding = { 1, 1, 1, 1, 1, 1, 1, 1 }; in HWTEST_F() local
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/datastructure/ |
| H A D | ElfSignBlock.java | 65 private byte[] merkleTreeWithPadding; field in ElfSignBlock 87 private ElfSignBlock(int type, int treeLength, byte[] merkleTreeWithPadding, in ElfSignBlock() argument [all...] |
| /developtools/hapsigner/hapsigntool_cpp/codesigning/sign/src/ |
| H A D | verify_code_signature.cpp | 75 std::vector<int8_t> &merkleTreeWithPadding = elfSignBlock.GetMerkleTreeWithPadding(); in VerifyElf() local
|
Completed in 3 milliseconds