Searched refs:ntTime (Results 1 – 1 of 1) sorted by relevance
517 k5_time_to_seconds_since_1970(krb5_context context, krb5_int64 ntTime, krb5_timestamp *elapsedSecon… in k5_time_to_seconds_since_1970() argument521 ntTime /= 10000000; in k5_time_to_seconds_since_1970()523 abstime = ntTime > 0 ? ntTime - NT_TIME_EPOCH : -ntTime; in k5_time_to_seconds_since_1970()535 k5_seconds_since_1970_to_time(krb5_timestamp elapsedSeconds, krb5_ui_8 *ntTime) in k5_seconds_since_1970_to_time() argument537 *ntTime = elapsedSeconds; in k5_seconds_since_1970_to_time()540 *ntTime += NT_TIME_EPOCH; in k5_seconds_since_1970_to_time()542 *ntTime *= 10000000; in k5_seconds_since_1970_to_time()