Home
last modified time | relevance | path

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

/u-boot/lib/efi_loader/
A Defi_tcg2.c123 len = offsetof(struct tcg_pcr_event2, digests); in tcg_event_final_size()
124 len += offsetof(struct tpml_digest_values, digests); in tcg_event_final_size()
126 u16 hash_alg = digest_list->digests[i].hash_alg; in tcg_event_final_size()
150 u32 alg = digest_list->digests[i].hash_alg; in tcg2_pcr_extend()
153 (u8 *)&digest_list->digests[i].digest, in tcg2_pcr_extend()
200 pos = offsetof(struct tcg_pcr_event2, digests); /* count */ in tcg2_agile_log_append()
203 pos += offsetof(struct tpml_digest_values, digests); in tcg2_agile_log_append()
205 u16 hash_alg = digest_list->digests[i].hash_alg; in tcg2_agile_log_append()
206 u8 *digest = (u8 *)&digest_list->digests[i].digest; in tcg2_agile_log_append()
560 digest_list->digests[i].hash_alg = hash_alg; in tcg2_create_digest()
[all …]
/u-boot/include/
A Dtpm-v2.h153 struct tpmt_ha digests[TPM2_NUM_PCR_BANKS]; member
168 struct tpml_digest_values digests; member

Completed in 6 milliseconds