Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libfs_avb/
H A Dfs_avb_util.cpp80 const uint8_t* desc_partition_name; in GetHashDescriptor() local
99 desc_partition_name = (const uint8_t*)descriptors[n] + sizeof(AvbHashDescriptor); in GetHashDescriptor()
108 std::string hash_partition_name((const char*)desc_partition_name, in GetHashDescriptor()
126 const uint8_t* desc_salt = desc_partition_name + hash_desc->partition_name_len; in GetHashDescriptor()
H A Davb_util.cpp122 const uint8_t* desc_partition_name; in GetHashtreeDescriptor() local
141 desc_partition_name = in GetHashtreeDescriptor()
151 std::string hashtree_partition_name((const char*)desc_partition_name, in GetHashtreeDescriptor()
169 const uint8_t* desc_salt = desc_partition_name + hashtree_desc->partition_name_len; in GetHashtreeDescriptor()