Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dtpm-common.h255 int tpm_report_state(struct udevice *dev, char *buf, int size);
/openbmc/u-boot/drivers/tpm/
H A Dtpm-uclass.c50 int tpm_report_state(struct udevice *dev, char *buf, int size) in tpm_report_state() function
/openbmc/u-boot/cmd/
H A Dtpm-common.c346 rc = tpm_report_state(dev, buf, sizeof(buf)); in do_tpm_report_state()