Searched refs:startupType (Results 1 – 3 of 3) sorted by relevance
66 if(in->startupType == TPM_SU_STATE) in TPM2_Startup()76 if(in->startupType == TPM_SU_STATE) in TPM2_Startup()90 if( in->startupType == TPM_SU_CLEAR in TPM2_Startup()100 else if(in->startupType == TPM_SU_STATE && g_prevOrderlyState == TPM_SU_STATE) in TPM2_Startup()
12 typedef struct { TPM_SU startupType; } Startup_In; member
16 result = TPM_SU_Unmarshal(&target->startupType, buffer, size); in Startup_In_Unmarshal()