Home
last modified time | relevance | path

Searched refs:tcg2_event_log (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/
H A Dtpm-v2.h496 struct tcg2_event_log { struct
587 int tcg2_measure_data(struct udevice *dev, struct tcg2_event_log *elog,
612 int tcg2_log_prepare_buffer(struct udevice *dev, struct tcg2_event_log *elog,
629 int tcg2_measurement_init(struct udevice **dev, struct tcg2_event_log *elog,
639 void tcg2_measurement_term(struct udevice *dev, struct tcg2_event_log *elog,
/openbmc/u-boot/lib/
H A Dtpm-v2.c171 static int tcg2_log_append_check(struct tcg2_event_log *elog, u32 pcr_index, in tcg2_log_append_check()
194 static int tcg2_log_init(struct udevice *dev, struct tcg2_event_log *elog) in tcg2_log_init()
279 static int tcg2_replay_eventlog(struct tcg2_event_log *elog, in tcg2_replay_eventlog()
366 static int tcg2_log_parse(struct udevice *dev, struct tcg2_event_log *elog) in tcg2_log_parse()
528 int tcg2_measure_data(struct udevice *dev, struct tcg2_event_log *elog, in tcg2_measure_data()
550 int tcg2_log_prepare_buffer(struct udevice *dev, struct tcg2_event_log *elog, in tcg2_log_prepare_buffer()
553 struct tcg2_event_log log; in tcg2_log_prepare_buffer()
603 int tcg2_measurement_init(struct udevice **dev, struct tcg2_event_log *elog, in tcg2_measurement_init()
633 void tcg2_measurement_term(struct udevice *dev, struct tcg2_event_log *elog, in tcg2_measurement_term()
/openbmc/u-boot/common/
H A Dbootm.c608 struct tcg2_event_log elog; in bootm_measure()