Searched refs:TPM_SU_STATE (Results 1 – 6 of 6) sorted by relevance
58 if(g_pcrReConfig && in->shutdownType == TPM_SU_STATE) in TPM2_Shutdown()90 if(in->shutdownType == TPM_SU_STATE) in TPM2_Shutdown()98 gp.orderlyState = TPM_SU_STATE | PRE_STARTUP_FLAG; in TPM2_Shutdown()100 gp.orderlyState = TPM_SU_STATE | STARTUP_LOCALITY_3; in TPM2_Shutdown()
100 if(in->startupType == TPM_SU_STATE) in TPM2_Startup()103 if(g_prevOrderlyState != TPM_SU_STATE) in TPM2_Startup()122 if((gp.orderlyState == TPM_SU_STATE) && (g_nvOk == TRUE)) in TPM2_Startup()127 if(in->startupType == TPM_SU_STATE) in TPM2_Startup()
155 if(state == TPM_SU_STATE) in ActShutdown()
102 {TPM_SU_CLEAR, TPM_SU_STATE}},
452 case TPM_SU_STATE : in TPM_SU_Unmarshal()
519 #define TPM_SU_STATE (TPM_SU)(0x0001) macro