Searched refs:Startup (Results 1 – 16 of 16) sorted by relevance
/system/tpm/trunks/ |
D | trunks_client.cc | 67 int Startup(const TrunksFactory& factory) { in Startup() function 69 return factory.GetTpmUtility()->Startup(); in Startup() 88 return factory.GetTpmUtility()->Startup(); in AllocatePCR() 180 return Startup(factory); in main()
|
D | mock_tpm_utility.h | 33 MOCK_METHOD0(Startup, TPM_RC());
|
D | tpm_generated_test.cc | 347 tpm.Startup( in TEST_F() 374 tpm.Startup( in TEST_F()
|
D | tpm_utility.h | 51 virtual TPM_RC Startup() = 0;
|
D | tpm_utility_impl.h | 43 TPM_RC Startup() override;
|
D | trunks_factory_for_test.cc | 121 TPM_RC Startup() override { return target_->Startup(); } in Startup() function in trunks::TpmUtilityForwarder
|
D | tpm_utility_test.cc | 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()
|
D | resource_manager.cc | 67 CHECK_EQ(tpm_utility->Startup(), TPM_RC_SUCCESS); in Initialize()
|
D | mock_tpm.h | 34 MOCK_METHOD3(Startup,
|
D | tpm_utility_impl.cc | 82 TPM_RC TpmUtilityImpl::Startup() { in Startup() function in trunks::TpmUtilityImpl
|
D | tpm_generated.h | 3363 virtual void Startup(const TPM_SU& startup_type,
|
D | tpm_generated.cc | 8256 void Tpm::Startup(const TPM_SU& startup_type, in Startup() function in trunks::Tpm
|
/system/tpm/trunks/generator/ |
D | raw_structures.txt | 180 6.10 TPM_SU (Startup Type) ........................................................................… 4814 a _TPM_Init and Startup(CLEAR) is required 6050 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
|
D | raw_structures_fixed.txt | 180 6.10 TPM_SU (Startup Type) ........................................................................… 4808 a _TPM_Init and Startup(CLEAR) is required 6026 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
|
D | raw_commands_fixed.txt | 2188 A Shutdown/Startup sequence determines the way in which the TPM will operate in response to 2190 1) TPM Reset – This is a Startup(CLEAR) preceded by either Shutdown(CLEAR) or no 2199 2) TPM Restart – This is a Startup(CLEAR) preceded by Shutdown(STATE). This preserves much of the 2202 3) TPM Resume – This is a Startup(STATE) preceded by Shutdown(STATE). This preserves the 2205 If a TPM receives Startup(STATE) and that was not preceded by Shutdown(STATE), the TPM shall return 2226 Additional actions are performed based on the Shutdown/Startup sequence. 2638 // Crypto Startup 18590 // Is this _TPM_Hash_End after Startup or before 27413 Startup(CLEAR).
|
D | raw_commands.txt | 2188 A Shutdown/Startup sequence determines the way in which the TPM will operate in response to 2190 1) TPM Reset – This is a Startup(CLEAR) preceded by either Shutdown(CLEAR) or no 2199 2) TPM Restart – This is a Startup(CLEAR) preceded by Shutdown(STATE). This preserves much of the 2202 3) TPM Resume – This is a Startup(STATE) preceded by Shutdown(STATE). This preserves the 2205 If a TPM receives Startup(STATE) and that was not preceded by Shutdown(STATE), the TPM shall return 2226 Additional actions are performed based on the Shutdown/Startup sequence. 2638 // Crypto Startup 18579 // Is this _TPM_Hash_End after Startup or before 27402 Startup(CLEAR).
|