Searched defs:root_digest (Results 1 - 1 of 1) sorted by relevance

/system/core/fs_mgr/
H A Dfs_mgr_avb.cpp235 const std::string& salt, const std::string& root_digest,
265 << hashtree_desc.hash_algorithm << " " << root_digest << " " << salt;
349 const std::string& salt, const std::string& root_digest,
375 construct_verity_table(hashtree_desc, salt, root_digest, fstab_entry->blk_device);
597 std::string root_digest; local
599 &root_digest)) {
604 if (!hashtree_dm_verity_setup(fstab_entry, hashtree_descriptor, salt, root_digest,
234 construct_verity_table(const AvbHashtreeDescriptor& hashtree_desc, const std::string& salt, const std::string& root_digest, const std::string& blk_device) argument
347 hashtree_dm_verity_setup(struct fstab_rec* fstab_entry, const AvbHashtreeDescriptor& hashtree_desc, const std::string& salt, const std::string& root_digest, bool wait_for_verity_dev) argument

Completed in 20 milliseconds