Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/heimdal/dist/lib/kadm5/
Dad.c411 #define NTTIME_EPOCH 0x019DB1DED53E8000LL macro
418 t = ((t - NTTIME_EPOCH) / (long long)10000000); in nt2unixtime()
428 wt = unix_time * (long long)10000000 + (long long)NTTIME_EPOCH; in unix2nttime()
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/ntlm/
Dntlm.c1611 #define NTTIME_EPOCH 0x019DB1DED53E8000LL macro
1617 wt = unix_time * (uint64_t)10000000 + (uint64_t)NTTIME_EPOCH; in heim_ntlm_unix2ts_time()
1624 t = ((t - (uint64_t)NTTIME_EPOCH) / (uint64_t)10000000); in heim_ntlm_ts2unixtime()
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/krb5/
Dpac.c665 #define NTTIME_EPOCH 0x019DB1DED53E8000LL macro
671 wt = unix_time * (uint64_t)10000000 + (uint64_t)NTTIME_EPOCH; in unix2nttime()