Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dtpm-v2.c44 enum tpm2_yes_no full_test; in do_tpm2_self_test() local
55 full_test = TPMI_YES; in do_tpm2_self_test()
57 full_test = TPMI_NO; in do_tpm2_self_test()
63 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);
/openbmc/u-boot/lib/
H A Dtpm-v2.c724 u32 tpm2_self_test(struct udevice *dev, enum tpm2_yes_no full_test) in tpm2_self_test() argument
730 full_test, in tpm2_self_test()