Home
last modified time | relevance | path

Searched refs:clockInfo (Results 1 – 14 of 14) sorted by relevance

/external/tpm2/
DTime.c201 TimeFillInfo(&timeInfo.clockInfo); in TimeGetRange()
220 TPMS_CLOCK_INFO *clockInfo in TimeFillInfo() argument
223 clockInfo->clock = go.clock; in TimeFillInfo()
224 clockInfo->resetCount = gp.resetCount; in TimeFillInfo()
225 clockInfo->restartCount = gr.restartCount; in TimeFillInfo()
229 clockInfo->safe = go.clockSafe; in TimeFillInfo()
231 clockInfo->safe = NO; in TimeFillInfo()
DAttest_spt.c60 TimeFillInfo(&attest->clockInfo); in FillInAttestInfo()
88 attest->clockInfo.resetCount += (UINT32)(obfuscation[1] >> 32); in FillInAttestInfo()
89 attest->clockInfo.restartCount += (UINT32)obfuscation[1]; in FillInAttestInfo()
DReadClock.c17 TimeFillInfo(&out->currentTime.clockInfo); in TPM2_ReadClock()
DTime_fp.h10 void TimeFillInfo(TPMS_CLOCK_INFO *clockInfo);
DGetTime.c55 TimeFillInfo(&timeInfo.attested.time.time.clockInfo); in TPM2_GetTime()
Dtpm_types.h874 TPMS_CLOCK_INFO clockInfo; member
941 TPMS_CLOCK_INFO clockInfo; member
Dtpm_generated.c6274 total_size += TPMS_CLOCK_INFO_Marshal(&source->clockInfo, buffer, size); in TPMS_TIME_INFO_Marshal()
6286 result = TPMS_CLOCK_INFO_Unmarshal(&target->clockInfo, buffer, size); in TPMS_TIME_INFO_Unmarshal()
6412 total_size += TPMS_CLOCK_INFO_Marshal(&source->clockInfo, buffer, size); in TPMS_ATTEST_Marshal()
6437 result = TPMS_CLOCK_INFO_Unmarshal(&target->clockInfo, buffer, size); in TPMS_ATTEST_Unmarshal()
Dpart3.txt7268 are added to the clockInfo.resetCount and 32 bits are added to the clockInfo.restartCount. The orde…
8188 TPMS_ATTEST.clockInfo and again in TPMS_ATTEST.attested.time.clockInfo. The firmware version
8192 is TPM_RH_NULL, the values in TPMS_ATTEST.clockInfo and TPMS_ATTEST.firmwareVersion are
8306 36 TimeFillInfo(&timeInfo.attested.time.time.clockInfo);
16818 12 TimeFillInfo(&out->currentTime.clockInfo);
Dpart4.txt6104 40 TimeFillInfo(&attest->clockInfo);
6136 72 attest->clockInfo.resetCount += (UINT32)(obfuscation[1] >> 32);
6137 73 attest->clockInfo.restartCount += (UINT32)obfuscation[1];
15422 170 TimeFillInfo(&timeInfo.clockInfo);
15444 186 TPMS_CLOCK_INFO *clockInfo
15447 189 clockInfo->clock = go.clock;
15448 190 clockInfo->resetCount = gp.resetCount;
15449 191 clockInfo->restartCount = gr.restartCount;
15454 196 clockInfo->safe = go.clockSafe;
15456 198 clockInfo->safe = NO;
/external/tpm2/generator/
Dstructures.txt1144 _NAME clockInfo
1196 _NAME clockInfo
Draw_structures_fixed.txt11942 clockInfo
12260 When the structure is signed by a key in the Storage hierarchy, the values of clockInfo.resetCount,
12261 clockInfo.restartCount, and firmwareVersion are obfuscated with a per-key obfuscation value.
12300 clockInfo
Draw_structures.txt11919 clockInfo
12235 When the structure is signed by a key in the Storage hierarchy, the values of clockInfo.resetCount,
12236 clockInfo.restartCount, and firmwareVersion are obfuscated with a per-key obfuscation value.
12275 clockInfo
Draw_commands_fixed.txt12789 are added to the clockInfo.resetCount and 32 bits are added to the clockInfo.restartCount. The orde…
14516 TPMS_ATTEST.clockInfo and again in TPMS_ATTEST.attested.time.clockInfo. The firmware version
14527 is TPM_RH_NULL, the values in TPMS_ATTEST.clockInfo and TPMS_ATTEST.firmwareVersion are
14757 TimeFillInfo(&timeInfo.attested.time.time.clockInfo);
30412 TimeFillInfo(&out->currentTime.clockInfo);
Draw_commands.txt12778 are added to the clockInfo.resetCount and 32 bits are added to the clockInfo.restartCount. The orde…
14505 TPMS_ATTEST.clockInfo and again in TPMS_ATTEST.attested.time.clockInfo. The firmware version
14516 is TPM_RH_NULL, the values in TPMS_ATTEST.clockInfo and TPMS_ATTEST.firmwareVersion are
14746 TimeFillInfo(&timeInfo.attested.time.time.clockInfo);
30401 TimeFillInfo(&out->currentTime.clockInfo);