Searched refs:totalResetCount (Results 1 – 5 of 5) sorted by relevance
202 gp.totalResetCount++; in TPM2_Startup()210 if(gp.totalResetCount == 0) in TPM2_Startup()214 NV_SYNC_PERSISTENT(totalResetCount); in TPM2_Startup()
124 gp.totalResetCount = 0; in TPM_Manufacture()125 NV_SYNC_PERSISTENT(totalResetCount); in TPM_Manufacture()
159 CryptDigestUpdateInt(&hmacState.hashState, sizeof(gp.totalResetCount), in ComputeContextIntegrity()160 gp.totalResetCount); in ComputeContextIntegrity()
179 CryptDigestUpdateInt(&hmacState.hashState, sizeof(gp.totalResetCount), in TicketComputeAuth()180 gp.totalResetCount); in TicketComputeAuth()
732 UINT64 totalResetCount; member