Searched refs:rawRootHash (Results 1 – 1 of 1) sorted by relevance
107 private byte[] rawRootHash; field in FsVerityDescriptor123 this.rawRootHash = builder.rawRootHash; in FsVerityDescriptor()198 writeBytesWithSize(buffer, rawRootHash, ROOT_HASH_FILED_SIZE); in toByteArray()225 writeBytesWithSize(buffer, rawRootHash, ROOT_HASH_FILED_SIZE); in getByteForGenerateDigest()270 private byte[] rawRootHash; field in FsVerityDescriptor.Builder313 public Builder setRawRootHash(byte[] rawRootHash) { in setRawRootHash() argument314 this.rawRootHash = rawRootHash; in setRawRootHash()