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.cpp178 const uint8_t* desc_salt = desc_partition_name + hash_desc->partition_name_len; in GetHashDescriptor() local
179 hash_desc->salt = BytesToHex(desc_salt, hash_desc->salt_len); in GetHashDescriptor()
181 const uint8_t* desc_digest = desc_salt + hash_desc->salt_len; in GetHashDescriptor()
237 const uint8_t* desc_salt = desc_partition_name + hashtree_desc->partition_name_len; in GetHashtreeDescriptor() local
238 hashtree_desc->salt = BytesToHex(desc_salt, hashtree_desc->salt_len); in GetHashtreeDescriptor()
240 const uint8_t* desc_digest = desc_salt + hashtree_desc->salt_len; in GetHashtreeDescriptor()
/system/apex/apexd/
Dapex_file.cpp196 const uint8_t* desc_salt = trailing_data + desc.partition_name_len; in GetSalt() local
198 return BytesToHex(desc_salt, desc.salt_len); in GetSalt()