Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libfs_avb/
H A Dfs_avb_util.cpp129 const uint8_t* desc_digest = desc_salt + hash_desc->salt_len; in GetHashDescriptor() local
130 hash_desc->digest = BytesToHex(desc_digest, hash_desc->digest_len); in GetHashDescriptor()
H A Davb_util.cpp172 const uint8_t* desc_digest = desc_salt + hashtree_desc->salt_len; in GetHashtreeDescriptor() local
173 hashtree_desc->root_digest = BytesToHex(desc_digest, hashtree_desc->root_digest_len); in GetHashtreeDescriptor()