Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/include/
H A Delf_sign_block.h47 std::vector<int8_t> merkleTreeWithPadding; member in OHOS::SignatureTools::ElfSignBlock
/developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/datastructure/
H A Delf_sign_block_test.cpp45 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 DElfSignBlock.java65 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 Dverify_code_signature.cpp75 std::vector<int8_t> &merkleTreeWithPadding = elfSignBlock.GetMerkleTreeWithPadding(); in VerifyElf() local

Completed in 2 milliseconds