Searched refs:tpm_get_flags (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/cmd/ |
D | tpm_test.c | 44 static uint32_t tpm_get_flags(uint8_t *disable, uint8_t *deactivated, in tpm_get_flags() function 148 TPM_CHECK(tpm_get_flags(&disable, &deactivated, NULL)); in test_enable() 152 TPM_CHECK(tpm_get_flags(&disable, &deactivated, NULL)); in test_enable() 175 TPM_CHECK(tpm_get_flags(&disable, &deactivated, NULL)); in test_fast_enable() 179 TPM_CHECK(tpm_get_flags(&disable, &deactivated, NULL)); in test_fast_enable() 185 TPM_CHECK(tpm_get_flags(&disable, &deactivated, NULL)); in test_fast_enable() 394 result = tpm_get_flags(NULL, NULL, NULL); in test_startup() 399 result = tpm_get_flags(NULL, NULL, NULL); in test_startup()
|