Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Startup/
DStartup.c202 gp.totalResetCount++; in TPM2_Startup()
210 if(gp.totalResetCount == 0) in TPM2_Startup()
214 NV_SYNC_PERSISTENT(totalResetCount); in TPM2_Startup()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DManufacture.c124 gp.totalResetCount = 0; in TPM_Manufacture()
125 NV_SYNC_PERSISTENT(totalResetCount); in TPM_Manufacture()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Context/
DContext_spt.c159 CryptDigestUpdateInt(&hmacState.hashState, sizeof(gp.totalResetCount), in ComputeContextIntegrity()
160 gp.totalResetCount); in ComputeContextIntegrity()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DTicket.c179 CryptDigestUpdateInt(&hmacState.hashState, sizeof(gp.totalResetCount), in TicketComputeAuth()
180 gp.totalResetCount); in TicketComputeAuth()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DGlobal.h732 UINT64 totalResetCount; member