Home | History | Annotate | Download | only in tpm2

Lines Matching refs:startup

15 //     TPM_RC_LOCALITY                   a Startup(STATE) does not have the same H-CRTM state as the
16 // previous Startup() or the locality of the startup is not 0 pr 3
17 // TPM_RC_NV_UNINITIALIZED the saved state cannot be recovered and a Startup(CLEAR) is
26 STARTUP_TYPE startup;
65 // if this startup is a TPM Resume, then the H-CRTM states have to match.
75 // cannot be recovered, then this cycle can not startup up with STATE
88 // Translate the TPM2_ShutDown and TPM2_Startup sequence into the startup
94 startup = SU_RESTART;
105 startup = SU_RESUME;
109 startup = SU_RESET;
115 // Crypto Startup
116 CryptUtilStartup(startup);
125 TimeStartup(startup);
128 DAStartup(startup);
131 HierarchyStartup(startup);
134 PCRStartup(startup, locality);
137 CommandAuditStartup(startup);
140 if(startup == SU_RESET)
149 SessionStartup(startup);
153 NvEntityStartup(startup);
167 if (startup == SU_RESET)