Home
last modified time | relevance | path

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

/system/core/fs_mgr/libfs_avb/
Davb_util.cpp176 const uint8_t* desc_salt = desc_partition_name + hash_desc->partition_name_len; in GetHashDescriptor() local
177 hash_desc->salt = BytesToHex(desc_salt, hash_desc->salt_len); in GetHashDescriptor()
179 const uint8_t* desc_digest = desc_salt + hash_desc->salt_len; in GetHashDescriptor()
235 const uint8_t* desc_salt = desc_partition_name + hashtree_desc->partition_name_len; in GetHashtreeDescriptor() local
236 hashtree_desc->salt = BytesToHex(desc_salt, hashtree_desc->salt_len); in GetHashtreeDescriptor()
238 const uint8_t* desc_digest = desc_salt + hashtree_desc->salt_len; in GetHashtreeDescriptor()
/system/apex/apexd/
Dapex_file.cpp139 const uint8_t* desc_salt = trailingData + desc.partition_name_len; in getSalt() local
141 return bytes_to_hex(desc_salt, desc.salt_len); in getSalt()