Searched refs:test_slk (Results 1 – 1 of 1) sorted by relevance
/external/vboot_reference/tests/ |
D | vboot_api_kernel4_tests.c | 133 static void test_slk(VbError_t retval, int recovery_reason, const char *desc) in test_slk() function 147 test_slk(0, 0, "Normal"); in VbSlkTest() 153 test_slk(VBERROR_SIMULATED, 0, "EC sync bad"); in VbSlkTest() 157 test_slk(0, 0, "EC sync not done"); in VbSlkTest() 163 test_slk(0, 0, "EC sync disabled by GBB"); in VbSlkTest() 168 test_slk(VBERROR_TPM_READ_KERNEL, in VbSlkTest() 173 test_slk(0, 0, "Roll forward"); in VbSlkTest() 180 test_slk(0, 0, "Don't roll forward during try B"); in VbSlkTest() 189 test_slk(VBERROR_INVALID_KERNEL_FOUND, in VbSlkTest() 195 test_slk(VBERROR_TPM_WRITE_KERNEL, in VbSlkTest() [all …]
|