Home
last modified time | relevance | path

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

/system/core/fs_mgr/libfs_avb/
Davb_util.cpp132 const uint8_t* desc_partition_name; in GetHashDescriptor() local
151 desc_partition_name = (const uint8_t*)descriptors[n] + sizeof(AvbHashDescriptor); in GetHashDescriptor()
160 std::string hash_partition_name((const char*)desc_partition_name, in GetHashDescriptor()
178 const uint8_t* desc_salt = desc_partition_name + hash_desc->partition_name_len; in GetHashDescriptor()
190 const uint8_t* desc_partition_name; in GetHashtreeDescriptor() local
209 desc_partition_name = in GetHashtreeDescriptor()
219 std::string hashtree_partition_name((const char*)desc_partition_name, in GetHashtreeDescriptor()
237 const uint8_t* desc_salt = desc_partition_name + hashtree_desc->partition_name_len; in GetHashtreeDescriptor()