Home
last modified time | relevance | path

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

/external/tpm2/
DTime.c70 gp.totalResetCount++; in TimeStartup()
78 if(gp.totalResetCount == 0) in TimeStartup()
81 NvWriteReserved(NV_TOTAL_RESET_COUNT, &gp.totalResetCount); in TimeStartup()
DManufacture.c33 UINT64 totalResetCount = 0; in TPM_Manufacture() local
81 NvWriteReserved(NV_TOTAL_RESET_COUNT, &totalResetCount); in TPM_Manufacture()
DContext_spt.c87 CryptUpdateDigestInt(&hmacState, sizeof(gp.totalResetCount), in ComputeContextIntegrity()
88 &gp.totalResetCount); in ComputeContextIntegrity()
DGlobal.h707 UINT64 totalResetCount; member
DNV.c506 s_reservedSize[NV_TOTAL_RESET_COUNT] = sizeof(gp.totalResetCount); in NvInitStatic()
638 NvReadReserved(NV_TOTAL_RESET_COUNT, &gp.totalResetCount); in NvReadPersistent()