Searched refs:tcg2_measure_data (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/common/ |
H A D | bootm.c | 624 ret = tcg2_measure_data(dev, &elog, 8, images->os.image_len, in bootm_measure() 632 ret = tcg2_measure_data(dev, &elog, 9, rd_len, initrd_buf, in bootm_measure() 639 ret = tcg2_measure_data(dev, &elog, 0, images->ft_len, in bootm_measure() 651 ret = tcg2_measure_data(dev, &elog, 1, strlen(s) + 1, (u8 *)s, in bootm_measure()
|
/openbmc/u-boot/include/ |
H A D | tpm-v2.h | 587 int tcg2_measure_data(struct udevice *dev, struct tcg2_event_log *elog, 592 tcg2_measure_data(dev, elog, pcr_index, 0, NULL, event_type, size, \
|
/openbmc/u-boot/lib/ |
H A D | tpm-v2.c | 528 int tcg2_measure_data(struct udevice *dev, struct tcg2_event_log *elog, in tcg2_measure_data() function
|