Searched refs:ntTime (Results 1 – 2 of 2) sorted by relevance
101 k5_seconds_since_1970_to_time(krb5_timestamp elapsedSeconds, uint64_t *ntTime);
340 k5_time_to_seconds_since_1970(uint64_t ntTime, krb5_timestamp *elapsedSeconds) in k5_time_to_seconds_since_1970() argument342 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() argument353 *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()