Home
last modified time | relevance | path

Searched refs:shutdownType (Results 1 – 7 of 7) 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()
Dpart3.txt1745 This command is used to prepare the TPM for a power cycle. The shutdownType parameter indicates
1747 For a shutdownType of any type, the volatile portion of Clock is saved to NV memory and the orderly
1749 For a shutdownType of TPM_SU_STATE, the following additional items are saved:
1789 TPM_SU shutdownType TPM_SU_CLEAR or TPM_SU_STATE
1836 20 if(g_pcrReConfig && in->shutdownType == TPM_SU_STATE)
1842 26 PCRStateSave(in->shutdownType);
1853 37 if(in->shutdownType == TPM_SU_STATE)
1859 43 else if(in->shutdownType == TPM_SU_CLEAR)
1866 50 if(in->shutdownType == TPM_SU_CLEAR)
1868 52 else if(in->shutdownType == TPM_SU_STATE)
/external/tpm2/generator/
Draw_commands_fixed.txt2696 This command is used to prepare the TPM for a power cycle. The shutdownType parameter indicates
2698 For a shutdownType of any type, the volatile portion of Clock is saved to NV memory and the orderly
2700 For a shutdownType of TPM_SU_STATE, the following additional items are saved:
2784 shutdownType
2908 if(g_pcrReConfig && in->shutdownType == TPM_SU_STATE)
2912 PCRStateSave(in->shutdownType);
2919 if(in->shutdownType == TPM_SU_STATE)
2925 else if(in->shutdownType == TPM_SU_CLEAR)
2931 if(in->shutdownType == TPM_SU_CLEAR)
2933 else if(in->shutdownType == TPM_SU_STATE)
Draw_commands.txt2696 This command is used to prepare the TPM for a power cycle. The shutdownType parameter indicates
2698 For a shutdownType of any type, the volatile portion of Clock is saved to NV memory and the orderly
2700 For a shutdownType of TPM_SU_STATE, the following additional items are saved:
2784 shutdownType
2908 if(g_pcrReConfig && in->shutdownType == TPM_SU_STATE)
2912 PCRStateSave(in->shutdownType);
2919 if(in->shutdownType == TPM_SU_STATE)
2925 else if(in->shutdownType == TPM_SU_CLEAR)
2931 if(in->shutdownType == TPM_SU_CLEAR)
2933 else if(in->shutdownType == TPM_SU_STATE)
Dcommands.txt31 _NAME shutdownType