Home
last modified time | relevance | path

Searched refs:s_tpmTime (Results 1 – 8 of 8) sorted by relevance

/external/ms-tpm-20-ref/Samples/Nucleo-TPM/Shared/Platform/src/
DClock.c64 s_tpmTime = 0; in _plat__TimerReset()
132 return s_tpmTime; in _plat__TimerRead()
141 s_tpmTime += (clock_t)adjusted; in _plat__TimerRead()
161 return (s_tpmTime * DEBUG_TIME_MULTIPLIER); in _plat__TimerRead()
163 return s_tpmTime; in _plat__TimerRead()
DPlatformData.c55 clock_t s_tpmTime; variable
/external/ms-tpm-20-ref/TPMCmd/Platform/src/
DClock.c64 s_tpmTime = 0; in _plat__TimerReset()
171 return s_tpmTime; in _plat__TimerRead()
179 s_tpmTime += (clock64_t)adjustedTimeDiff; in _plat__TimerRead()
197 return (s_tpmTime * DEBUG_TIME_MULTIPLIER); in _plat__TimerRead()
199 return s_tpmTime; in _plat__TimerRead()
/external/ms-tpm-20-ref/Samples/ARM32-FirmwareTPM/optee_ta/fTPM/platform/
DClock.c75 s_tpmTime = 0; in _plat__TimerReset()
191 return s_tpmTime; in _plat__TimerRead()
199 s_tpmTime += (clock64_t)adjustedTimeDiff; in _plat__TimerRead()
217 return (s_tpmTime * DEBUG_TIME_MULTIPLIER); in _plat__TimerRead()
219 return s_tpmTime; in _plat__TimerRead()
DPlatformData.c53 clock64_t s_tpmTime; variable
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/Shared/Platform/include/
DPlatformData.h58 extern clock_t s_tpmTime;
/external/ms-tpm-20-ref/Samples/ARM32-FirmwareTPM/optee_ta/fTPM/platform/include/
DPlatformData.h61 extern clock64_t s_tpmTime;
/external/ms-tpm-20-ref/TPMCmd/Platform/include/
DPlatformData.h64 EXTERN clock64_t s_tpmTime; variable