Searched refs:desc_salt (Results 1 – 2 of 2) sorted by relevance
178 const uint8_t* desc_salt = desc_partition_name + hash_desc->partition_name_len; in GetHashDescriptor() local179 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() local238 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()
196 const uint8_t* desc_salt = trailing_data + desc.partition_name_len; in GetSalt() local198 return BytesToHex(desc_salt, desc.salt_len); in GetSalt()