Home
last modified time | relevance | path

Searched refs:TlclSelfTestFull (Results 1 – 19 of 19) sorted by relevance

/external/vboot_reference/tests/tpm_lite/
Dlock.c21 TlclSelfTestFull(); in main()
Dstartup.c25 TlclSelfTestFull(); in main()
Dtpmtest_enable.c21 TPM_CHECK(TlclSelfTestFull()); in main()
Dtpmtest_testsetup.c25 TPM_CHECK(TlclSelfTestFull()); in main()
Dtpmtest_fastenable.c27 TPM_CHECK(TlclSelfTestFull()); in main()
Dtpmtest_writelimit.c27 TPM_CHECK(TlclSelfTestFull()); in main()
Dtpmtest_redefine_unowned.c23 TPM_CHECK(TlclSelfTestFull()); in main()
Dtpmtest_timing.c54 TTPM_CHECK(TlclSelfTestFull(), 1000); in main()
Dtpmtest_globallock.c23 TPM_CHECK(TlclSelfTestFull()); in main()
Dreadonly.c71 TlclSelfTestFull(); in main()
/external/vboot_reference/utility/
Dtpm_init_temp_fix.c41 result = TlclSelfTestFull(); in main()
Dtpmc.c372 { "selftestfull", "test", "issue a SelfTestFull command", TlclSelfTestFull },
/external/vboot_reference/firmware/linktest/
Dmain.c47 TlclSelfTestFull(); in main()
/external/vboot_reference/firmware/include/
Dtlcl.h70 uint32_t TlclSelfTestFull(void);
/external/vboot_reference/firmware/lib/tpm_lite/
Dmocked_tlcl.c33 uint32_t TlclSelfTestFull(void) { in TlclSelfTestFull() function
Dtlcl.c170 uint32_t TlclSelfTestFull(void) { in TlclSelfTestFull() function
/external/vboot_reference/tests/
Dtlcl_tests.c172 TEST_EQ(TlclSelfTestFull(), 0, "SelfTestFull"); in SendCommandTest()
Drollback_index2_tests.c170 uint32_t TlclSelfTestFull(void) in TlclSelfTestFull() function
/external/vboot_reference/firmware/lib/
Drollback_index.c273 result = TlclSelfTestFull(); in OneTimeInitializeTPM()