Lines Matching refs:TPM_SU_STATE
2325 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);
2786 TPM_SU_CLEAR or TPM_SU_STATE
2908 if(g_pcrReConfig && in->shutdownType == TPM_SU_STATE)
2919 if(in->shutdownType == TPM_SU_STATE)
2933 else if(in->shutdownType == TPM_SU_STATE)
2934 gp.orderlyState = TPM_SU_STATE;
16240 TPM2_Startup() is TPM_SU_STATE, that would indicate that a TPM2_Shutdown() had been successfully