Home
last modified time | relevance | path

Searched defs:ElfSignBlock (Results 1 - 3 of 3) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/include/
H A Delf_sign_block.h26 class ElfSignBlock { class
/developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/src/
H A Delf_sign_block.cpp21 ElfSignBlock::ElfSignBlock() in ElfSignBlock() function in OHOS::SignatureTools::ElfSignBlock
26 ElfSignBlock::ElfSignBlock(int32_t paddingSize, const std::vector<int8_t> &merkleTreeData, in ElfSignBlock() function in OHOS::SignatureTools::ElfSignBlock
[all...]
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/datastructure/
H A DElfSignBlock.java50 public class ElfSignBlock { class
76 public ElfSignBlock(int paddingSize, byte[] merkleTreeData, FsVerityDescriptorWithSign descriptorWithSign) { in ElfSignBlock() method in ElfSignBlock
87 private ElfSignBlock(int type, int treeLength, byte[] merkleTreeWithPadding, in ElfSignBlock() method in ElfSignBlock
[all...]

Completed in 1 milliseconds