Home
last modified time | relevance | path

Searched refs:Startup (Results 1 – 15 of 15) sorted by relevance

/system/tpm/trunks/
Dtrunks_client.cc58 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()
Dmock_tpm_utility.h33 MOCK_METHOD0(Startup, TPM_RC());
Dtpm_generated_test.cc343 tpm.Startup(TPM_SU_CLEAR, in TEST_F()
369 tpm.Startup(TPM_SU_CLEAR, in TEST_F()
Dtpm_utility.h54 virtual TPM_RC Startup() = 0;
Dtpm_utility_impl.h43 TPM_RC Startup() override;
Dtrunks_factory_for_test.cc125 TPM_RC Startup() override { in Startup() function in trunks::TpmUtilityForwarder
126 return target_->Startup(); in Startup()
Dtpm_utility_test.cc151 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()
Dtpm_utility_impl.cc82 TPM_RC TpmUtilityImpl::Startup() { in Startup() function in trunks::TpmUtilityImpl
Dmock_tpm.h34 MOCK_METHOD3(Startup,
Dtpm_generated.h3745 virtual void Startup(
Dtpm_generated.cc9607 void Tpm::Startup( in Startup() function in trunks::Tpm
/system/tpm/trunks/generator/
Draw_structures.txt180 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
Draw_structures_fixed.txt180 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
Draw_commands.txt2188 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).
Draw_commands_fixed.txt2188 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).