Home
last modified time | relevance | path

Searched refs:_plat__RealTime (Results 1 – 7 of 7) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/Platform/src/
DEntropy.c122 srand((unsigned)_plat__RealTime() ^ _getpid()); in _plat__GetEntropy()
124 srand((unsigned)_plat__RealTime() ^ getpid()); in _plat__GetEntropy()
146 rndNum ^= (uint32_t)_plat__RealTime(); in _plat__GetEntropy()
DClock.c95 _plat__RealTime( in _plat__RealTime() function
146 timeNow = _plat__RealTime(); in _plat__TimerRead()
/external/ms-tpm-20-ref/Samples/ARM32-FirmwareTPM/optee_ta/fTPM/platform/
DClock.c107 _plat__RealTime( in _plat__RealTime() function
166 timeNow = _plat__RealTime(); in _plat__TimerRead()
DEntropy.c119 rndNum ^= (uint32_t)_plat__RealTime(); in _plat__GetEntropy()
/external/ms-tpm-20-ref/Samples/ARM32-FirmwareTPM/optee_ta/fTPM/platform/include/
DPlatform_fp.h97 _plat__RealTime(
/external/ms-tpm-20-ref/TPMCmd/Platform/include/prototypes/
DPlatform_fp.h92 _plat__RealTime(
/external/ms-tpm-20-ref/TPMCmd/Simulator/src/
DTcpServer.c388 uint64_t prevTime = _plat__RealTime(); in SimulatorTimeServiceRoutine()
404 curTime = _plat__RealTime(); in SimulatorTimeServiceRoutine()