Searched refs:shutdownType (Results 1 – 3 of 3) sorted by relevance
33 if(g_pcrReConfig && in->shutdownType == TPM_SU_STATE) in TPM2_Shutdown()39 PCRStateSave(in->shutdownType); in TPM2_Shutdown()50 if(in->shutdownType == TPM_SU_STATE) in TPM2_Shutdown()56 else if(in->shutdownType == TPM_SU_CLEAR) in TPM2_Shutdown()63 if(in->shutdownType == TPM_SU_CLEAR) in TPM2_Shutdown()65 else if(in->shutdownType == TPM_SU_STATE) in TPM2_Shutdown()
12 typedef struct { TPM_SU shutdownType; } Shutdown_In; member
16 result = TPM_SU_Unmarshal(&target->shutdownType, buffer, size); in Shutdown_In_Unmarshal()