OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetTPMBootModeState
(Results
1 - 4
of
4
) sorted by null
/external/vboot_reference/firmware/lib/
mocked_tpm_bootmode.c
64
uint32_t
SetTPMBootModeState
(int developer_mode, int recovery_mode,
tpm_bootmode.c
137
uint32_t
SetTPMBootModeState
(int developer_mode, int recovery_mode,
156
VBDEBUG(("TPM:
SetTPMBootModeState
boot mode PCR%d result %d\n",
163
VBDEBUG(("TPM:
SetTPMBootModeState
HWID PCR%d result %d\n",
/external/vboot_reference/tests/
vboot_api_firmware_tests.c
112
uint32_t
SetTPMBootModeState
(int developer_mode, int recovery_mode,
153
TEST_EQ(mock_stbms_got_flags, 0, "
SetTPMBootModeState
() flags");
161
TEST_EQ(mock_stbms_got_flags, MOCK_DEV_FLAG, "
SetTPMBootModeState
() flags");
173
TEST_EQ(mock_stbms_got_flags, MOCK_REC_FLAG, "
SetTPMBootModeState
() flags");
184
"
SetTPMBootModeState
() flags");
230
/* Check errors from
SetTPMBootModeState
() */
vboot_region_tests.c
118
uint32_t
SetTPMBootModeState
(int developer_mode, int recovery_mode,
Completed in 60 milliseconds