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

/system/core/fs_mgr/
H A Dfs_mgr_avb.cpp260 std::ostringstream verity_table; local
261 verity_table << hashtree_desc.dm_verity_version << " " << blk_device << " " << blk_device << " "
300 verity_table << " " << optional_argc << " " << optional_args.str();
301 return verity_table.str();
305 uint64_t image_size, const std::string& verity_table) {
323 LINFO << "Loading verity table: '" << verity_table << "'"; local
325 // Copies verity_table to verity_params (including the terminating null byte).
326 if (verity_table.size() > bufsize - 1) {
327 LERROR << "Verity table size too large: " << verity_table.size()
331 memcpy(verity_params, verity_table
304 load_verity_table(struct dm_ioctl* io, const std::string& dm_device_name, int fd, uint64_t image_size, const std::string& verity_table) argument
374 std::string verity_table = local
[all...]

Completed in 75 milliseconds