OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetTPMBootModeState
(Results
1 - 8
of
8
) sorted by null
/external/vboot_reference/firmware/lib/include/
tpm_bootmode.h
25
uint32_t
SetTPMBootModeState
(int developer_mode, int recovery_mode,
/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",
vboot_api_firmware.c
111
tpm_status =
SetTPMBootModeState
(is_dev, is_rec,
/external/vboot_reference/tests/
tpm_bootmode_tests.c
27
/* How many calls to TlclExtend() should one
SetTPMBootModeState
() make? */
80
TEST_EQ(
SetTPMBootModeState
(recdev & 2, recdev & 1,
82
"
SetTPMBootModeState
return (gbb0)");
84
"
SetTPMBootModeState
%d, 0x%x (gbb0)",
91
"
SetTPMBootModeState
%d, 0x%x (gbb0) PCR1",
99
TEST_EQ(
SetTPMBootModeState
(recdev & 2, recdev & 1,
101
"
SetTPMBootModeState
return (gbb1)");
103
"
SetTPMBootModeState
%d, 0x%x (gbb1)",
110
"
SetTPMBootModeState
%d, 0x%x (gbb1) PCR1",
118
TEST_EQ(
SetTPMBootModeState
(recdev & 2, recdev & 1
[
all
...]
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,
/external/vboot_reference/firmware/linktest/
main.c
42
SetTPMBootModeState
(0, 0, 0, 0);
Completed in 3863 milliseconds