Home
last modified time | relevance | path

Searched refs:shutdownType (Results 1 – 3 of 3) sorted by relevance

/external/tpm2/
DShutdown.c33 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()
DShutdown_fp.h12 typedef struct { TPM_SU shutdownType; } Shutdown_In; member
DMarshal_Shutdown.c16 result = TPM_SU_Unmarshal(&target->shutdownType, buffer, size); in Shutdown_In_Unmarshal()