Home | History | Annotate | Download | only in tests

Lines Matching refs:SetTPMBootModeState

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,
120 "SetTPMBootModeState return (gbb2)");
122 "SetTPMBootModeState %d, 0x%x (gbb2)",
129 "SetTPMBootModeState %d, 0x%x (gbb2) PCR1",
138 TEST_EQ(SetTPMBootModeState(0, 0, 0, 0), 1,
139 "SetTPMBootModeState error");