Lines Matching refs:digests
37 uint32_t alg = digest_list->digests[i].hash_alg; in tcg_pcr_extend()
38 uint8_t *digest = (uint8_t *)&digest_list->digests[i].digest; in tcg_pcr_extend()
55 len = offsetof(struct tcg_pcr_event2, digests); in tcg_event_final_size()
56 len += offsetof(struct tpml_digest_values, digests); in tcg_event_final_size()
58 uint16_t hash_alg = digest_list->digests[i].hash_alg; in tcg_event_final_size()
173 digest_list->digests[digest_list->count++].hash_alg = hash_alg; in tcg_parse_specid_event()
248 count = get_unaligned_le32(&event->digests.count); in tcg_parse_event()
260 pos = offsetof(struct tcg_pcr_event2, digests); in tcg_parse_event()
263 pos += offsetof(struct tpml_digest_values, digests); in tcg_parse_event()
267 uint16_t hash_alg = digest_list->digests[i].hash_alg; in tcg_parse_event()
268 uint8_t *digest = (uint8_t *)&digest_list->digests[i].digest; in tcg_parse_event()
388 uint16_t hash_alg = digest_list->digests[i].hash_alg; in tcg_process_fw_eventlog()
390 (uint8_t *)&digest_list->digests[i].digest; in tcg_process_fw_eventlog()