Home
last modified time | relevance | path

Searched refs:TPM_SU_CLEAR (Results 1 – 8 of 8) sorted by relevance

/system/tpm/trunks/
Dtpm_generated_test.cc112 EXPECT_EQ(TPM_RC_SUCCESS, tpm.StartupSync(TPM_SU_CLEAR, &authorization)); in TEST()
135 EXPECT_EQ(TPM_RC_FAILURE, tpm.StartupSync(TPM_SU_CLEAR, &authorization)); in TEST()
348 TPM_SU_CLEAR, &authorization, in TEST_F()
375 TPM_SU_CLEAR, &authorization, in TEST_F()
Dtpm_utility_impl.cc85 result = tpm->StartupSync(TPM_SU_CLEAR, nullptr); in Startup()
128 TPM_RC return_code = factory_.GetTpm()->ShutdownSync(TPM_SU_CLEAR, nullptr); in Shutdown()
Dtpm_utility_test.cc186 EXPECT_CALL(mock_tpm_, ShutdownSync(TPM_SU_CLEAR, _)); in TEST_F()
Dtpm_generated.h805 constexpr TPM_SU TPM_SU_CLEAR = 0x0000; variable
/system/tpm/trunks/generator/
Draw_commands.txt2325 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 …]
Draw_commands_fixed.txt2325 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 …]
Draw_structures_fixed.txt6050 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).
Draw_structures.txt6074 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).