Lines Matching refs:TPM_SU_STATE
1505 If the startupType is TPM_SU_STATE and the TPM requires TPM_SU_CLEAR, then the TPM shall return
1517 NOTE 7 If startupType is neither TPM_SU_STATE nor TPM_SU_CLEAR, then the unmarshaling code …
1537 TPM_SU startupType TPM_SU_CLEAR or TPM_SU_STATE
1604 37 == TPM_SU_STATE)
1609 42 g_prevOrderlyState = TPM_SU_STATE;
1617 50 if(in->startupType == TPM_SU_STATE)
1631 59 // with StateSave command for CLEAR, or the part of NV used for TPM_SU_STATE
1633 61 if(in->startupType == TPM_SU_STATE)
1648 76 && g_prevOrderlyState == TPM_SU_STATE
1657 85 else if(in->startupType == TPM_SU_STATE && g_prevOrderlyState == TPM_SU_STATE)
1749 For a shutdownType of TPM_SU_STATE, the following additional items are saved:
1752 PCR that are designated as being preserved by TPM2_Shutdown(TPM_SU_STATE);
1789 TPM_SU shutdownType TPM_SU_CLEAR or TPM_SU_STATE
1836 20 if(g_pcrReConfig && in->shutdownType == TPM_SU_STATE)
1853 37 if(in->shutdownType == TPM_SU_STATE)
1868 52 else if(in->shutdownType == TPM_SU_STATE)
1870 54 gp.orderlyState = TPM_SU_STATE;
9066 TPM2_Startup() is TPM_SU_STATE, that would indicate that a TPM2_Shutdown() had been successfully