Home
last modified time | relevance | path

Searched refs:TPM_SU_STATE (Results 1 – 5 of 5) sorted by relevance

/system/tpm/trunks/generator/
Draw_commands.txt2325 If the startupType is TPM_SU_STATE and the TPM requires TPM_SU_CLEAR, then the TPM shall return
2334 If startupType is neither TPM_SU_STATE nor TPM_SU_CLEAR, then the unmarshaling code returns
2394 TPM_SU_CLEAR or TPM_SU_STATE
2523 prevDrtmPreStartup = (g_prevOrderlyState == (TPM_SU_STATE + 0x8000));
2525 g_prevOrderlyState = TPM_SU_STATE;
2534 && in->startupType == TPM_SU_STATE
2540 if(in->startupType == TPM_SU_CLEAR && g_prevOrderlyState == TPM_SU_STATE)
2546 else if(in->startupType == TPM_SU_STATE && g_prevOrderlyState == TPM_SU_STATE)
2700 For a shutdownType of TPM_SU_STATE, the following additional items are saved:
2711 PCR that are designated as being preserved by TPM2_Shutdown(TPM_SU_STATE);
[all …]
Draw_commands_fixed.txt2325 If the startupType is TPM_SU_STATE and the TPM requires TPM_SU_CLEAR, then the TPM shall return
2334 If startupType is neither TPM_SU_STATE nor TPM_SU_CLEAR, then the unmarshaling code returns
2394 TPM_SU_CLEAR or TPM_SU_STATE
2523 prevDrtmPreStartup = (g_prevOrderlyState == (TPM_SU_STATE + 0x8000));
2525 g_prevOrderlyState = TPM_SU_STATE;
2534 && in->startupType == TPM_SU_STATE
2540 if(in->startupType == TPM_SU_CLEAR && g_prevOrderlyState == TPM_SU_STATE)
2546 else if(in->startupType == TPM_SU_STATE && g_prevOrderlyState == TPM_SU_STATE)
2700 For a shutdownType of TPM_SU_STATE, the following additional items are saved:
2711 PCR that are designated as being preserved by TPM2_Shutdown(TPM_SU_STATE);
[all …]
Draw_structures_fixed.txt6060 TPM_SU_STATE
6068 state saved by TPM2_Shutdown(TPM_SU_STATE)
6914 saved and restored by TPM_SU_STATE
8231 context if the TPM received TPM2_Shutdown(TPM_SU_STATE). If the saved state is valid when checked
9107 TPM2_Startup(TPM_SU_STATE)
9112 TPM2_State_Save(TPM_SU_STATE).
Draw_structures.txt6084 TPM_SU_STATE
6092 state saved by TPM2_Shutdown(TPM_SU_STATE)
6889 saved and restored by TPM_SU_STATE
8203 context if the TPM received TPM2_Shutdown(TPM_SU_STATE). If the saved state is valid when checked
9079 TPM2_Startup(TPM_SU_STATE)
9084 TPM2_State_Save(TPM_SU_STATE).
/system/tpm/trunks/
Dtpm_generated.h806 constexpr TPM_SU TPM_SU_STATE = 0x0001; variable