HomeSort by relevance Sort by last modified time
    Searched refs:clockInfo (Results 1 - 7 of 7) sorted by null

  /external/tpm2/
ReadClock.c 17 TimeFillInfo(&out->currentTime.clockInfo);
Time_fp.h 10 void TimeFillInfo(TPMS_CLOCK_INFO *clockInfo);
Time.c 201 TimeFillInfo(&timeInfo.clockInfo);
220 TPMS_CLOCK_INFO *clockInfo
223 clockInfo->clock = go.clock;
224 clockInfo->resetCount = gp.resetCount;
225 clockInfo->restartCount = gr.restartCount;
229 clockInfo->safe = go.clockSafe;
231 clockInfo->safe = NO;
GetTime.c 55 TimeFillInfo(&timeInfo.attested.time.time.clockInfo);
Attest_spt.c 60 TimeFillInfo(&attest->clockInfo);
88 attest->clockInfo.resetCount += (UINT32)(obfuscation[1] >> 32);
89 attest->clockInfo.restartCount += (UINT32)obfuscation[1];
tpm_types.h     [all...]
tpm_generated.c     [all...]

Completed in 584 milliseconds