Searched refs:VBERROR_TPM_REBOOT_REQUIRED (Results 1 - 5 of 5) sorted by relevance

/external/vboot_reference/firmware/lib/
H A Dvboot_api_init.c217 retval = VBERROR_TPM_REBOOT_REQUIRED;
228 retval = VBERROR_TPM_REBOOT_REQUIRED;
H A Dvboot_api_kernel.c309 return VBERROR_TPM_REBOOT_REQUIRED;
590 return VBERROR_TPM_REBOOT_REQUIRED;
/external/vboot_reference/tests/
H A Dvboot_api_kernel2_tests.c320 TEST_EQ(VbBootDeveloper(&cparams, &lkp), VBERROR_TPM_REBOOT_REQUIRED, local
358 TEST_EQ(VbBootDeveloper(&cparams, &lkp), VBERROR_TPM_REBOOT_REQUIRED, local
641 TEST_EQ(VbBootRecovery(&cparams, &lkp), VBERROR_TPM_REBOOT_REQUIRED, local
H A Dvboot_api_init_tests.c441 TestVbInit(VBERROR_TPM_REBOOT_REQUIRED, 0,
446 TestVbInit(VBERROR_TPM_REBOOT_REQUIRED, VBNV_RECOVERY_RO_TPM_REBOOT,
/external/vboot_reference/firmware/include/
H A Dvboot_api.h65 VBERROR_TPM_REBOOT_REQUIRED = 0x10007, enumerator in enum:VbErrorPredefined_t

Completed in 3344 milliseconds