Home
last modified time | relevance | path

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

/external/u-boot/cmd/
Dtpm_test.c146 TPM_CHECK(tpm_self_test_full()); in test_enable()
173 TPM_CHECK(tpm_self_test_full()); in test_fast_enable()
203 TPM_CHECK(tpm_self_test_full()); in test_global_lock()
240 tpm_self_test_full(); in test_lock()
277 tpm_self_test_full(); in test_readonly()
325 TPM_CHECK(tpm_self_test_full()); in test_redefine_unowned()
398 tpm_self_test_full(); in test_startup()
437 TTPM_CHECK(tpm_self_test_full(), 1000); in test_timing()
458 TPM_CHECK(tpm_self_test_full()); in test_write_limit()
Dtpm-v1.c540 TPM_COMMAND_NO_ARG(tpm_self_test_full)
/external/u-boot/include/
Dtpm-v1.h247 u32 tpm_self_test_full(void);
/external/u-boot/lib/
Dtpm-v1.c48 u32 tpm_self_test_full(void) in tpm_self_test_full() function