Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dpac.c517 k5_time_to_seconds_since_1970(krb5_context context, krb5_int64 ntTime, krb5_timestamp *elapsedSecon… in k5_time_to_seconds_since_1970() argument
521 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() argument
537 *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()