Searched refs:desc_salt (Results 1 – 2 of 2) sorted by relevance
176 const uint8_t* desc_salt = desc_partition_name + hash_desc->partition_name_len; in GetHashDescriptor() local177 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() local236 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()
139 const uint8_t* desc_salt = trailingData + desc.partition_name_len; in getSalt() local141 return bytes_to_hex(desc_salt, desc.salt_len); in getSalt()