Searched refs:Startup (Results 1 – 13 of 13) sorted by relevance
67 int Startup(const TrunksFactory& factory) { in Startup() function69 return factory.GetTpmUtility()->Startup(); in Startup()88 return factory.GetTpmUtility()->Startup(); in AllocatePCR()180 return Startup(factory); in main()
33 MOCK_METHOD0(Startup, TPM_RC());
347 tpm.Startup( in TEST_F()374 tpm.Startup( in TEST_F()
51 virtual TPM_RC Startup() = 0;
43 TPM_RC Startup() override;
121 TPM_RC Startup() override { return target_->Startup(); } in Startup() function in trunks::TpmUtilityForwarder
148 EXPECT_EQ(TPM_RC_SUCCESS, utility_.Startup()); in TEST_F()154 EXPECT_EQ(TPM_RC_SUCCESS, utility_.Startup()); in TEST_F()160 EXPECT_EQ(TPM_RC_FAILURE, utility_.Startup()); in TEST_F()166 EXPECT_EQ(TPM_RC_FAILURE, utility_.Startup()); in TEST_F()
67 CHECK_EQ(tpm_utility->Startup(), TPM_RC_SUCCESS); in Initialize()
34 MOCK_METHOD3(Startup,
82 TPM_RC TpmUtilityImpl::Startup() { in Startup() function in trunks::TpmUtilityImpl
180 6.10 TPM_SU (Startup Type) ........................................................................…4808 a _TPM_Init and Startup(CLEAR) is required6026 6.10 TPM_SU (Startup Type)6030 1) Shutdown(CLEAR) followed by Startup(CLEAR)6031 2) Startup(CLEAR) with no Shutdown()6032 b) TPM Restart – Shutdown(STATE) followed by Startup(CLEAR)6033 c) TPM Resume – Shutdown(STATE) followed by Startup(STATE)8001 Startup(CLEAR).8003 Shutdown(STATE) and subsequent Startup().17154 Startup
180 6.10 TPM_SU (Startup Type) ........................................................................…4814 a _TPM_Init and Startup(CLEAR) is required6050 6.10 TPM_SU (Startup Type)6054 1) Shutdown(CLEAR) followed by Startup(CLEAR)6055 2) Startup(CLEAR) with no Shutdown()6056 b) TPM Restart – Shutdown(STATE) followed by Startup(CLEAR)6057 c) TPM Resume – Shutdown(STATE) followed by Startup(STATE)7973 Startup(CLEAR).7975 Shutdown(STATE) and subsequent Startup().17171 Startup
2188 A Shutdown/Startup sequence determines the way in which the TPM will operate in response to2190 1) TPM Reset – This is a Startup(CLEAR) preceded by either Shutdown(CLEAR) or no2199 2) TPM Restart – This is a Startup(CLEAR) preceded by Shutdown(STATE). This preserves much of the2202 3) TPM Resume – This is a Startup(STATE) preceded by Shutdown(STATE). This preserves the2205 If a TPM receives Startup(STATE) and that was not preceded by Shutdown(STATE), the TPM shall return2226 Additional actions are performed based on the Shutdown/Startup sequence.2638 // Crypto Startup18590 // Is this _TPM_Hash_End after Startup or before27413 Startup(CLEAR).