Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/cmd/
H A Dtpm_test.c147 TPM_CHECK(tpm_self_test_full()); in test_enable()
174 TPM_CHECK(tpm_self_test_full()); in test_fast_enable()
204 TPM_CHECK(tpm_self_test_full()); in test_global_lock()
241 tpm_self_test_full(); in test_lock()
278 tpm_self_test_full(); in test_readonly()
326 TPM_CHECK(tpm_self_test_full()); in test_redefine_unowned()
399 tpm_self_test_full(); in test_startup()
438 TTPM_CHECK(tpm_self_test_full(), 1000); in test_timing()
459 TPM_CHECK(tpm_self_test_full()); in test_write_limit()
H A Dtpm.c440 TPM_COMMAND_NO_ARG(tpm_self_test_full) in TPM_COMMAND_NO_ARG() argument
/OK3568_Linux_fs/u-boot/include/
H A Dtpm.h430 uint32_t tpm_self_test_full(void);
/OK3568_Linux_fs/u-boot/lib/
H A Dtpm.c288 uint32_t tpm_self_test_full(void) in tpm_self_test_full() function