Home
last modified time | relevance | path

Searched refs:totalResetCount (Results 1 – 6 of 6) 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
77 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.h701 UINT64 totalResetCount; member
DNV.c502 s_reservedSize[NV_TOTAL_RESET_COUNT] = sizeof(gp.totalResetCount); in NvInitStatic()
634 NvReadReserved(NV_TOTAL_RESET_COUNT, &gp.totalResetCount); in NvReadPersistent()
Dpart4.txt2352 400 UINT64 totalResetCount;
6352 77 CryptUpdateDigestInt(&hmacState, sizeof(gp.totalResetCount),
6353 78 &gp.totalResetCount);
9608 372 s_reservedSize[NV_TOTAL_RESET_COUNT] = sizeof(gp.totalResetCount);
9766 493 NvReadReserved(NV_TOTAL_RESET_COUNT, &gp.totalResetCount);
15268 57 gp.totalResetCount++;
15274 63 // the NV totalResetCount when incrementing would make it 0. When the
15275 64 // TPM starts up again, the old value of totalResetCount will be read
15277 66 if(gp.totalResetCount == 0)
15281 70 NvWriteReserved(NV_TOTAL_RESET_COUNT, &gp.totalResetCount);
[all …]