Searched refs:rawRootHash (Results 1 - 3 of 3) sorted by relevance
/developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/include/ |
H A D | fs_verity_descriptor.h | 70 this->rawRootHash = builder.rawRootHash; in FsVerityDescriptor() 124 Builder& SetRawRootHash(const std::vector<int8_t>& rawRootHash) in SetRawRootHash() argument 126 this->rawRootHash = rawRootHash; in SetRawRootHash() 161 std::vector<int8_t> rawRootHash; member in OHOS::SignatureTools::FsVerityDescriptor::Builder 175 std::vector<int8_t> rawRootHash; member in OHOS::SignatureTools::FsVerityDescriptor
|
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/fsverity/ |
H A D | FsVerityDescriptor.java | 108 private byte[] rawRootHash; field in FsVerityDescriptor 128 this.rawRootHash = builder.rawRootHash; in FsVerityDescriptor() 203 writeBytesWithSize(buffer, rawRootHash, ROOT_HASH_FILED_SIZE); in toByteArray() 231 writeBytesWithSize(buffer, rawRootHash, ROOT_HASH_FILED_SIZE); in getDiscByte() 259 writeBytesWithSize(buffer, rawRootHash, ROOT_HASH_FILED_SIZE); in getDiscByteCsv2() 307 private byte[] rawRootHash; field in FsVerityDescriptor.Builder 354 public Builder setRawRootHash(byte[] rawRootHash) { in setRawRootHash() argument 355 this.rawRootHash = rawRootHash; in setRawRootHash() [all...] |
/developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/src/ |
H A D | fs_verity_descriptor.cpp | 87 WriteBytesWithSize(buffer.get(), rawRootHash, ROOT_HASH_FILED_SIZE); in ToByteArray() 116 WriteBytesWithSize(buffer.get(), rawRootHash, ROOT_HASH_FILED_SIZE); in GetByteForGenerateDigest()
|
Completed in 3 milliseconds