Home
last modified time | relevance | path

Searched defs:treeBytes (Results 1 – 6 of 6) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/include/
Dfs_verity_generator.h81 std::vector<int8_t> treeBytes; variable
/developtools/hapsigner/binary_sign_tool/codesigning/fsverity/include/
Dfs_verity_generator.h87 std::vector<int8_t> treeBytes; variable
/developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/fsverity/
Dfs_verity_generator_test.cpp107 std::vector<int8_t> treeBytes = fsVerityGenerator.GetTreeBytes(); variable
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/fsverity/
DFsVerityGenerator.java50 private byte[] treeBytes = null; field in FsVerityGenerator
/developtools/hapsigner/binary_sign_tool/codesigning/sign/src/
Dcode_signing.cpp86 std::vector<int8_t> treeBytes = fsVerityGenerator->GetTreeBytes(); in GetElfCodeSignBlock() local
/developtools/hapsigner/hapsigntool_cpp/codesigning/sign/src/
Dcode_signing.cpp215 std::vector<int8_t> treeBytes = fsVerityGenerator->GetTreeBytes(); in GetElfCodeSignBlock() local