Searched refs:Startup (Results 1 – 15 of 15) sorted by relevance
/system/tpm/trunks/ |
D | trunks_client.cc | 58 int Startup(TrunksFactory* factory) { in Startup() function 60 return factory->GetTpmUtility()->Startup(); in Startup() 79 return factory->GetTpmUtility()->Startup(); in AllocatePCR() 152 return Startup(factory.get()); in main()
|
D | mock_tpm_utility.h | 33 MOCK_METHOD0(Startup, TPM_RC());
|
D | tpm_generated_test.cc | 343 tpm.Startup(TPM_SU_CLEAR, in TEST_F() 369 tpm.Startup(TPM_SU_CLEAR, in TEST_F()
|
D | tpm_utility.h | 54 virtual TPM_RC Startup() = 0;
|
D | tpm_utility_impl.h | 43 TPM_RC Startup() override;
|
D | trunks_factory_for_test.cc | 125 TPM_RC Startup() override { in Startup() function in trunks::TpmUtilityForwarder 126 return target_->Startup(); in Startup()
|
D | tpm_utility_test.cc | 151 EXPECT_EQ(TPM_RC_SUCCESS, utility_.Startup()); in TEST_F() 157 EXPECT_EQ(TPM_RC_SUCCESS, utility_.Startup()); in TEST_F() 163 EXPECT_EQ(TPM_RC_FAILURE, utility_.Startup()); in TEST_F() 169 EXPECT_EQ(TPM_RC_FAILURE, utility_.Startup()); in TEST_F()
|
D | tpm_utility_impl.cc | 82 TPM_RC TpmUtilityImpl::Startup() { in Startup() function in trunks::TpmUtilityImpl
|
D | mock_tpm.h | 34 MOCK_METHOD3(Startup,
|
D | tpm_generated.h | 3745 virtual void Startup(
|
D | tpm_generated.cc | 9607 void Tpm::Startup( 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.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).
|
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).
|