Home
last modified time | relevance | path

Searched refs:root_digest (Results 1 – 1 of 1) sorted by relevance

/system/core/fs_mgr/
Dfs_mgr_avb.cpp286 const std::string& salt, const std::string& root_digest) { in hashtree_load_verity_table() argument
307 VERITY_TABLE_PARAMS(hashtree_desc, blk_device.c_str(), root_digest.c_str(), in hashtree_load_verity_table()
312 VERITY_TABLE_PARAMS(hashtree_desc, blk_device.c_str(), root_digest.c_str(), in hashtree_load_verity_table()
340 const std::string& salt, const std::string& root_digest, in hashtree_dm_verity_setup() argument
367 hashtree_desc, salt, root_digest)) { in hashtree_dm_verity_setup()
566 std::string root_digest; in SetUpAvb() local
568 &root_digest)) { in SetUpAvb()
573 if (!hashtree_dm_verity_setup(fstab_entry, hashtree_descriptor, salt, root_digest, in SetUpAvb()