Home
last modified time | relevance | path

Searched defs:rootHash (Results 1 – 13 of 13) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/fsverity/
Dfs_verity_descriptor_test.cpp42 std::vector<int8_t> rootHash = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; variable
71 std::vector<int8_t> rootHash = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; variable
100 std::vector<int8_t> rootHash = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; variable
129 std::vector<int8_t> rootHash = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; variable
158 std::vector<int8_t> rootHash = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; variable
189 std::vector<int8_t> rootHash = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; variable
221 std::vector<int8_t> rootHash = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; variable
253 std::vector<int8_t> rootHash = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; variable
286 std::vector<int8_t> rootHash = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; variable
318 std::vector<int8_t> rootHash = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; variable
[all …]
Dfs_verity_generator_test.cpp126 std::vector<int8_t> rootHash = fsVerityGenerator.GetRootHash(); variable
/developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/include/
Dmerkle_tree.h26 MerkleTree(const std::vector<int8_t>& rootHash, const std::vector<int8_t>& tree, in MerkleTree()
33 std::vector<int8_t> rootHash; variable
Dfs_verity_generator.h82 std::vector<int8_t> rootHash; variable
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/fsverity/
DMerkleTree.java27 public final byte[] rootHash; field in MerkleTree
39 MerkleTree(byte[] rootHash, byte[] tree, FsVerityHashAlgorithm fsVerityHashAlgorithm) { in MerkleTree()
DFsVerityGenerator.java52 private byte[] rootHash = null; field in FsVerityGenerator
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/datastructure/
DMerkleTreeExtension.java58 private byte[] rootHash; field in MerkleTreeExtension
67 public MerkleTreeExtension(long merkleTreeSize, long merkleTreeOffset, byte[] rootHash) { in MerkleTreeExtension()
/developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/include/
Dmerkle_tree_extension.h46 std::vector<int8_t> rootHash; variable
/developtools/hapsigner/binary_sign_tool/codesigning/fsverity/include/
Dfs_verity_generator.h88 std::vector<int8_t> rootHash; variable
/developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/src/
Dmerkle_tree_extension.cpp28const std::vector<int8_t> rootHash) : Extension(MERKLE_TREE_INLINED, MERKLE_TREE_EXTENSION_DATA_SI… in MerkleTreeExtension()
/developtools/hapsigner/binary_sign_tool/hap/verify/include/
Dverify_elf.h39 uint8_t rootHash[64]; member
/developtools/hapsigner/binary_sign_tool/codesigning/fsverity/src/
Dmerkle_tree_builder.cpp254 std::vector<int8_t> rootHash; in GetMerkleTree() local
/developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/src/
Dmerkle_tree_builder.cpp246 std::vector<int8_t> rootHash; in GetMerkleTree() local