Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Ddispatch.c52 krb5_int32 now, now_usec; in dispatch() local
75 retval = krb5_crypto_us_timeofday(&now, &now_usec); in dispatch()
77 krb5_int32 usec_difference = now_usec-last_usec; in dispatch()
92 last_usec = now_usec; in dispatch()
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
H A Dinit_ctx.c365 krb5_int32 now, now_usec; in init_common() member
456 if ((retval = krb5_crypto_us_timeofday(&seed_data.now, &seed_data.now_usec))) in init_common()