Lines Matching refs:salt
93 root, salt = output.split()
94 return root, salt
97 def BuildVerityMetadata(image_size, verity_metadata_path, root_hash, salt, argument
101 verity_metadata_path, root_hash, salt, block_device, signer_path, key]
322 root_hash, salt = BuildVerityTree(out_file, verity_image_path)
326 image_size, verity_metadata_path, root_hash, salt, self.block_device,
364 key_path, algorithm, salt, signing_args): argument
372 self.salt = salt
497 if self.salt:
498 cmd.extend(["--salt", self.salt])
519 self.salt = None
649 self.hashtree_info.salt = table_entries[9].decode()
661 root_hash, salt = BuildVerityTree(adjusted_partition, generated_verity_tree)
664 assert salt == self.hashtree_info.salt, \
666 salt, self.hashtree_info.salt)