Home
last modified time | relevance | path

Searched refs:tcg_pcr_event (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/char/tpm/eventlog/
H A Dtpm2.c37 struct tcg_pcr_event *event_header) in calc_tpm2_event_size()
48 struct tcg_pcr_event *event_header; in tpm2_bios_measurements_start()
88 struct tcg_pcr_event *event_header; in tpm2_bios_measurements_next()
132 struct tcg_pcr_event *event_header = log->bios_event_log; in tpm2_binary_bios_measurements_show()
H A Dacpi.c49 struct tcg_pcr_event *event_header; in tpm_is_tpm2_log()
/openbmc/linux/include/linux/
H A Dtpm_eventlog.h97 struct tcg_pcr_event { struct
161 struct tcg_pcr_event *event_header, in __calc_tpm2_event_size()
/openbmc/u-boot/lib/
H A Dtpm-v2.c197 struct tcg_pcr_event *log; in tcg2_log_init()
232 log_size = offsetof(struct tcg_pcr_event, event) + event_size; in tcg2_log_init()
240 log = (struct tcg_pcr_event *)elog->log; in tcg2_log_init()
370 struct tcg_pcr_event *log; in tcg2_log_parse()
383 if (elog->log_size <= offsetof(struct tcg_pcr_event, event)) in tcg2_log_parse()
386 log = (struct tcg_pcr_event *)elog->log; in tcg2_log_parse()
398 evsz + offsetof(struct tcg_pcr_event, event) > elog->log_size) in tcg2_log_parse()
475 offsetof(struct tcg_pcr_event, event) + in tcg2_log_parse()
/openbmc/u-boot/include/
H A Dtpm-v2.h161 struct tcg_pcr_event { struct