Symbol: krb5_us_timeofday
crypto/heimdal/lib/gssapi/krb5/set_sec_context_option.c
236
krb5_us_timeofday (context, &sec, &usec);
crypto/heimdal/lib/krb5/build_auth.c
126
krb5_us_timeofday (context, &auth.ctime, &auth.cusec);
crypto/heimdal/lib/krb5/get_for_creds.c
291
krb5_us_timeofday (context, &sec, &usec);
crypto/heimdal/lib/krb5/get_in_tkt.c
52
krb5_us_timeofday (context, &p.patimestamp, &usec);
crypto/heimdal/lib/krb5/init_creds_pw.c
939
krb5_us_timeofday (context, &p.patimestamp, &usec);
crypto/heimdal/lib/krb5/krb5-protos.h
4263
krb5_us_timeofday (
crypto/heimdal/lib/krb5/mk_error.c
54
krb5_us_timeofday (context, &sec, &usec);
crypto/heimdal/lib/krb5/mk_priv.c
69
krb5_us_timeofday (context, &rdata.timestamp, &rdata.usec);
crypto/heimdal/lib/krb5/mk_safe.c
71
krb5_us_timeofday (context, &rdata.timestamp, &rdata.usec);
crypto/heimdal/lib/krb5/pkinit.c
387
krb5_us_timeofday(context, &sec, &usec);
crypto/heimdal/lib/krb5/pkinit.c
694
krb5_us_timeofday(context, &sec, &usec);
crypto/heimdal/lib/krb5/test_time.c
53
ret = krb5_us_timeofday(context, &sec, &usec);
crypto/krb5/src/kadmin/server/misc.c
141
retval = krb5_us_timeofday(server_handle->context, &errpkt.stime, &errpkt.susec);
crypto/krb5/src/kdc/dispatch.c
188
retval = krb5_us_timeofday(context, &errpkt.stime, &errpkt.susec);
crypto/krb5/src/kdc/do_as_req.c
801
retval = krb5_us_timeofday(context, &errpkt.stime, &errpkt.susec);
crypto/krb5/src/kdc/do_tgs_req.c
196
retval = krb5_us_timeofday(context, &errpkt.stime, &errpkt.susec);
crypto/krb5/src/kdc/fast_util.c
317
retval = krb5_us_timeofday(context, &finish.timestamp, &finish.usec);
crypto/krb5/src/kdc/kdc_preauth_ec.c
173
ret = krb5_us_timeofday(context, &ts.patimestamp, &ts.pausec);
crypto/krb5/src/kdc/kdc_util.c
1889
retval = krb5_us_timeofday(h->kdc_err_context,
crypto/krb5/src/kprop/kprop.c
555
krb5_us_timeofday(context, &error.ctime, &error.cusec);
crypto/krb5/src/kprop/kpropd.c
1486
krb5_us_timeofday(context, &error.stime, &error.susec);
crypto/krb5/src/lib/gssapi/krb5/accept_sec_context.c
1210
(void) krb5_us_timeofday(context, &krb_error_data.stime,
crypto/krb5/src/lib/krb5/krb/get_in_tkt.c
695
return krb5_us_timeofday(context, time_out, usec_out);
crypto/krb5/src/lib/krb5/krb/mk_cred.c
178
ret = krb5_us_timeofday(context, &rdata.timestamp, &rdata.usec);
crypto/krb5/src/lib/krb5/krb/mk_rep.c
88
krb5_us_timeofday(context, &repl.ctime, &repl.cusec);
crypto/krb5/src/lib/krb5/krb/mk_req_ext.c
327
return(krb5_us_timeofday(context, &authent->ctime, &authent->cusec));
crypto/krb5/src/lib/krb5/krb/privsafe.c
53
ret = krb5_us_timeofday(context, &rdata->timestamp, &rdata->usec);
crypto/krb5/src/lib/krb5/krb/recvauth.c
155
krb5_us_timeofday(context, &error.stime, &error.susec);
crypto/krb5/src/lib/krb5/krb/send_tgs.c
82
ret = krb5_us_timeofday(context, &authent.ctime, &authent.cusec);
crypto/krb5/src/windows/include/loadfuncs-krb5.h
810
krb5_us_timeofday,