Home
last modified time | relevance | path

Searched defs:rawRootHash (Results 1 – 2 of 2) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/include/
Dfs_verity_descriptor.h124 Builder& SetRawRootHash(const std::vector<int8_t>& rawRootHash) in SetRawRootHash()
161 std::vector<int8_t> rawRootHash; variable
175 std::vector<int8_t> rawRootHash; variable
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/fsverity/
DFsVerityDescriptor.java109 private byte[] rawRootHash; field in FsVerityDescriptor
308 private byte[] rawRootHash; field in FsVerityDescriptor.Builder
355 public Builder setRawRootHash(byte[] rawRootHash) { in setRawRootHash()