Home
last modified time | relevance | path

Searched refs:CLOCK_NONCE (Results 1 – 3 of 3) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DGlobal.h113 typedef UINT64 CLOCK_NONCE; typedef
115 typedef UINT32 CLOCK_NONCE; typedef
337 CLOCK_NONCE epoch; // The g_clockEpoch value when the
534 EXTERN CLOCK_NONCE g_timeEpoch;
834 CLOCK_NONCE timeEpoch;
/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/
DTime.c72 CryptRandomGenerate(sizeof(CLOCK_NONCE), (BYTE *)&g_timeEpoch); in TimeNewEpoch()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DTicket.c175 CryptDigestUpdateInt(&hmacState.hashState, sizeof(CLOCK_NONCE), in TicketComputeAuth()