Home
last modified time | relevance | path

Searched defs:rootHash (Results 1 - 10 of 10) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/include/
H A Dmerkle_tree.h26 MerkleTree(const std::vector<int8_t>& rootHash, const std::vector<int8_t>& tree, in MerkleTree() argument
33 std::vector<int8_t> rootHash; member in OHOS::SignatureTools::MerkleTree
H A Dfs_verity_generator.h82 std::vector<int8_t> rootHash; member in OHOS::SignatureTools::FsVerityGenerator
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/fsverity/
H A DMerkleTree.java27 public final byte[] rootHash; field in MerkleTree
39 MerkleTree(byte[] rootHash, byte[] tree, FsVerityHashAlgorithm fsVerityHashAlgorithm) { in MerkleTree() argument
H A DFsVerityGenerator.java50 private byte[] rootHash = null; field in FsVerityGenerator
/developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/include/
H A Dmerkle_tree_extension.h46 std::vector<int8_t> rootHash; member in OHOS::SignatureTools::MerkleTreeExtension
/developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/fsverity/
H A 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 }; in HWTEST_F() local
71 std::vector<int8_t> rootHash = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; in HWTEST_F() local
100 std::vector<int8_t> rootHash = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; in HWTEST_F() local
129 std::vector<int8_t> rootHash = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; in HWTEST_F() local
158 std::vector<int8_t> rootHash = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; in HWTEST_F() local
189 std::vector<int8_t> rootHash = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; HWTEST_F() local
221 std::vector<int8_t> rootHash = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; HWTEST_F() local
253 std::vector<int8_t> rootHash = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; HWTEST_F() local
286 std::vector<int8_t> rootHash = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; HWTEST_F() local
318 std::vector<int8_t> rootHash = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; HWTEST_F() local
349 std::vector<int8_t> rootHash = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; HWTEST_F() local
381 std::vector<int8_t> rootHash = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; HWTEST_F() local
[all...]
H A Dfs_verity_generator_test.cpp126 std::vector<int8_t> rootHash = fsVerityGenerator.GetRootHash(); in HWTEST_F() local
/developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/src/
H A Dmerkle_tree_extension.cpp27 MerkleTreeExtension(int64_t merkleTreeSize, int64_t merkleTreeOffset, const std::vector<int8_t> rootHash) MerkleTreeExtension() argument
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/datastructure/
H A DMerkleTreeExtension.java58 private byte[] rootHash; field in MerkleTreeExtension
67 public MerkleTreeExtension(long merkleTreeSize, long merkleTreeOffset, byte[] rootHash) { in MerkleTreeExtension() argument
[all...]
/developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/src/
H A Dmerkle_tree_builder.cpp246 std::vector<int8_t> rootHash; in GetMerkleTree() local

Completed in 5 milliseconds