Home
last modified time | relevance | path

Searched refs:ntTime (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dauthdata.h101 k5_seconds_since_1970_to_time(krb5_timestamp elapsedSeconds, uint64_t *ntTime);
H A Dpac.c340 k5_time_to_seconds_since_1970(uint64_t ntTime, krb5_timestamp *elapsedSeconds) in k5_time_to_seconds_since_1970() argument
342 uint64_t abstime = ntTime / 10000000 - NT_TIME_EPOCH; in k5_time_to_seconds_since_1970()
351 k5_seconds_since_1970_to_time(krb5_timestamp elapsedSeconds, uint64_t *ntTime) in k5_seconds_since_1970_to_time() argument
353 *ntTime = (uint32_t)elapsedSeconds; in k5_seconds_since_1970_to_time()
354 *ntTime += NT_TIME_EPOCH; in k5_seconds_since_1970_to_time()
355 *ntTime *= 10000000; in k5_seconds_since_1970_to_time()