Home
last modified time | relevance | path

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

/system/tpm/trunks/
Dtrunks_client.cc67 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()
Dmock_tpm_utility.h33 MOCK_METHOD0(Startup, TPM_RC());
Dtpm_generated_test.cc347 tpm.Startup( in TEST_F()
374 tpm.Startup( in TEST_F()
Dtpm_utility.h51 virtual TPM_RC Startup() = 0;
Dtpm_utility_impl.h43 TPM_RC Startup() override;
Dtrunks_factory_for_test.cc121 TPM_RC Startup() override { return target_->Startup(); } in Startup() function in trunks::TpmUtilityForwarder
Dtpm_utility_test.cc148 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()
Dresource_manager.cc67 CHECK_EQ(tpm_utility->Startup(), TPM_RC_SUCCESS); in Initialize()
Dmock_tpm.h34 MOCK_METHOD3(Startup,
Dtpm_utility_impl.cc82 TPM_RC TpmUtilityImpl::Startup() { in Startup() function in trunks::TpmUtilityImpl
Dtpm_generated.h3363 virtual void Startup(const TPM_SU& startup_type,
Dtpm_generated.cc8256 void Tpm::Startup(const TPM_SU& startup_type, 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_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).
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).