Searched refs:resetCount (Results 1 – 16 of 16) sorted by relevance
/external/tpm2/ |
D | Time.c | 67 gp.resetCount++; in TimeStartup() 69 NvWriteReserved(NV_RESET_COUNT, &gp.resetCount); in TimeStartup() 224 clockInfo->resetCount = gp.resetCount; in TimeFillInfo()
|
D | Clear.c | 96 gp.resetCount = gr.restartCount = gr.clearCount = 0; in TPM2_Clear() 98 NvWriteReserved(NV_RESET_COUNT, &gp.resetCount); in TPM2_Clear()
|
D | Attest_spt.c | 88 attest->clockInfo.resetCount += (UINT32)(obfuscation[1] >> 32); in FillInAttestInfo()
|
D | marshal_test.c | 311 value.resetCount = 123; in StructureSuccessNormalTest() 320 CHECK_EQ(value.resetCount, 123); in StructureSuccessNormalTest()
|
D | Global.h | 704 UINT32 resetCount; member
|
D | NV.c | 503 s_reservedSize[NV_RESET_COUNT] = sizeof(gp.resetCount); in NvInitStatic() 635 NvReadReserved(NV_RESET_COUNT, &gp.resetCount); in NvReadPersistent()
|
D | tpm_types.h | 866 UINT32 resetCount; member
|
D | tpm_generated.c | 6240 total_size += UINT32_Marshal(&source->resetCount, buffer, size); in TPMS_CLOCK_INFO_Marshal() 6254 result = UINT32_Unmarshal(&target->resetCount, buffer, size); in TPMS_CLOCK_INFO_Unmarshal()
|
D | part3.txt | 1472 TPMS_CLOCK_INFO.resetCount shall be incremented, 7262 attestations by different keys. To provide improved privacy, the resetCount, restartCount, and 7268 are added to the clockInfo.resetCount and 32 bits are added to the clockInfo.restartCount. The orde… 8187 The values of Clock, resetCount and restartCount appear in two places in timeInfo: once in 14672 set resetCount to zero; 14814 84 gp.resetCount = gr.restartCount = gr.clearCount = 0; 14816 86 NvWriteReserved(NV_RESET_COUNT, &gp.resetCount); 16759 Clock, resetCount, and restartCount.
|
D | part4.txt | 2356 404 UINT32 resetCount; 6136 72 attest->clockInfo.resetCount += (UINT32)(obfuscation[1] >> 32); 9609 373 s_reservedSize[NV_RESET_COUNT] = sizeof(gp.resetCount); 9767 494 NvReadReserved(NV_RESET_COUNT, &gp.resetCount); 15234 … This function updates the resetCount and restartCount components of TPMS_CLOCK_INFO structure at 15258 52 // Increase resetCount 15259 53 gp.resetCount++; 15266 55 // Write resetCount to NV 15267 56 NvWriteReserved(NV_RESET_COUNT, &gp.resetCount); 15448 190 clockInfo->resetCount = gp.resetCount;
|
/external/testng/src/test/java/test/objectfactory/ |
D | CustomFactoryTest.java | 27 public void resetCount() { in resetCount() method in CustomFactoryTest
|
/external/tpm2/generator/ |
D | structures.txt | 1135 _NAME resetCount
|
D | raw_commands_fixed.txt | 2264 TPMS_CLOCK_INFO.resetCount shall be incremented, 12782 attestations by different keys. To provide improved privacy, the resetCount, restartCount, and 12789 are added to the clockInfo.resetCount and 32 bits are added to the clockInfo.restartCount. The orde… 14515 The values of Clock, resetCount and restartCount appear in two places in timeInfo: once in 26488 set resetCount to zero; 26761 gp.resetCount = gr.restartCount = gr.clearCount = 0; 26763 NvWriteReserved(NV_RESET_COUNT, &gp.resetCount); 30297 Clock, resetCount, and restartCount.
|
D | raw_commands.txt | 2264 TPMS_CLOCK_INFO.resetCount shall be incremented, 12771 attestations by different keys. To provide improved privacy, the resetCount, restartCount, and 12778 are added to the clockInfo.resetCount and 32 bits are added to the clockInfo.restartCount. The orde… 14504 The values of Clock, resetCount and restartCount appear in two places in timeInfo: once in 26477 set resetCount to zero; 26750 gp.resetCount = gr.restartCount = gr.clearCount = 0; 26752 NvWriteReserved(NV_RESET_COUNT, &gp.resetCount); 30286 Clock, resetCount, and restartCount.
|
D | raw_structures.txt | 11826 resetCount 11955 the Time, clock, resetCount, restartCount, and Safe indicator 12235 When the structure is signed by a key in the Storage hierarchy, the values of clockInfo.resetCount, 12279 Clock, resetCount, restartCount, and Safe
|
D | raw_structures_fixed.txt | 11849 resetCount 11978 the Time, clock, resetCount, restartCount, and Safe indicator 12260 When the structure is signed by a key in the Storage hierarchy, the values of clockInfo.resetCount, 12304 Clock, resetCount, restartCount, and Safe
|