Home
last modified time | relevance | path

Searched refs:tpm2_self_test (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/lib/
H A Dtpm_api.c61 return tpm2_self_test(dev, TPMI_YES); in tpm_self_test_full()
71 return tpm2_self_test(dev, TPMI_NO); in tpm_continue_self_test()
H A Dtpm-v2.c724 u32 tpm2_self_test(struct udevice *dev, enum tpm2_yes_no full_test) in tpm2_self_test() function
748 rc = tpm2_self_test(dev, TPMI_YES); in tpm2_auto_start()
755 rc = tpm2_self_test(dev, TPMI_YES); in tpm2_auto_start()
/openbmc/u-boot/cmd/
H A Dtpm-v2.c63 return report_return_code(tpm2_self_test(dev, full_test)); in do_tpm2_self_test()
/openbmc/u-boot/include/
H A Dtpm-v2.h688 u32 tpm2_self_test(struct udevice *dev, enum tpm2_yes_no full_test);