Searched refs:TPM_SU_CLEAR (Results 1 – 9 of 9) sorted by relevance
/system/tpm/trunks/ |
D | tpm_generated_test.cc | 111 EXPECT_EQ(TPM_RC_SUCCESS, tpm.StartupSync(TPM_SU_CLEAR, &authorization)); in TEST() 132 EXPECT_EQ(TPM_RC_FAILURE, tpm.StartupSync(TPM_SU_CLEAR, &authorization)); in TEST() 343 tpm.Startup(TPM_SU_CLEAR, in TEST_F() 369 tpm.Startup(TPM_SU_CLEAR, in TEST_F()
|
D | resource_manager.cc | 65 TPM_RC result = factory_.GetTpm()->StartupSync(TPM_SU_CLEAR, nullptr); in Initialize()
|
D | tpm_utility_impl.cc | 85 result = tpm->StartupSync(TPM_SU_CLEAR, nullptr); in Startup() 127 TPM_RC return_code = factory_.GetTpm()->ShutdownSync(TPM_SU_CLEAR, nullptr); in Shutdown()
|
D | tpm_utility_test.cc | 190 EXPECT_CALL(mock_tpm_, ShutdownSync(TPM_SU_CLEAR, _)); in TEST_F()
|
D | tpm_generated.h | 774 const TPM_SU TPM_SU_CLEAR = 0x0000; variable
|
/system/tpm/trunks/generator/ |
D | raw_commands.txt | 2325 If the startupType is TPM_SU_STATE and the TPM requires TPM_SU_CLEAR, then the TPM shall return 2334 If startupType is neither TPM_SU_STATE nor TPM_SU_CLEAR, then the unmarshaling code returns 2340 TPM_SU_CLEAR 2394 TPM_SU_CLEAR or TPM_SU_STATE 2532 || g_prevOrderlyState == TPM_SU_CLEAR 2540 if(in->startupType == TPM_SU_CLEAR && g_prevOrderlyState == TPM_SU_STATE) 2786 TPM_SU_CLEAR or TPM_SU_STATE 2925 else if(in->shutdownType == TPM_SU_CLEAR) 2931 if(in->shutdownType == TPM_SU_CLEAR) 2932 gp.orderlyState = TPM_SU_CLEAR; [all …]
|
D | raw_commands_fixed.txt | 2325 If the startupType is TPM_SU_STATE and the TPM requires TPM_SU_CLEAR, then the TPM shall return 2334 If startupType is neither TPM_SU_STATE nor TPM_SU_CLEAR, then the unmarshaling code returns 2340 TPM_SU_CLEAR 2394 TPM_SU_CLEAR or TPM_SU_STATE 2532 || g_prevOrderlyState == TPM_SU_CLEAR 2540 if(in->startupType == TPM_SU_CLEAR && g_prevOrderlyState == TPM_SU_STATE) 2786 TPM_SU_CLEAR or TPM_SU_STATE 2925 else if(in->shutdownType == TPM_SU_CLEAR) 2931 if(in->shutdownType == TPM_SU_CLEAR) 2932 gp.orderlyState = TPM_SU_CLEAR; [all …]
|
D | raw_structures.txt | 6074 TPM_SU_CLEAR 8202 TPM2_Startup(TPM_SU_CLEAR). If the attribute is CLEAR, then the TPM shall not invalidate the saved 8968 On each TPM2_Startup(TPM_SU_CLEAR), the TPM will set these attributes to their indicated defaults. 9071 CLEAR (0): TPM2_Startup(TPM_SU_CLEAR) was not preceded by a 15392 TPM2_Startup(TPM_SU_CLEAR). 15394 CLEAR on the next TPM2_Startup(TPM_SU_CLEAR).
|
D | raw_structures_fixed.txt | 6050 TPM_SU_CLEAR 8230 TPM2_Startup(TPM_SU_CLEAR). If the attribute is CLEAR, then the TPM shall not invalidate the saved 8996 On each TPM2_Startup(TPM_SU_CLEAR), the TPM will set these attributes to their indicated defaults. 9099 CLEAR (0): TPM2_Startup(TPM_SU_CLEAR) was not preceded by a 15381 TPM2_Startup(TPM_SU_CLEAR). 15383 CLEAR on the next TPM2_Startup(TPM_SU_CLEAR).
|