Searched refs:krb5_us_timeofday (Results 1 - 18 of 18) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dustime.c37 krb5_us_timeofday(krb5_context context, krb5_timestamp *seconds, krb5_int32 *microseconds) function
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dpreauth.c285 retval = krb5_us_timeofday(context, &pa_enc.patimestamp, &pa_enc.pausec);
487 retval = krb5_us_timeofday(context,
H A Dmk_priv.c145 if ((retval = krb5_us_timeofday(context, &replaydata.timestamp,
H A Dmk_req_ext.c295 return(krb5_us_timeofday(context, &authent->ctime, &authent->cusec));
H A Dmk_safe.c176 if ((retval = krb5_us_timeofday(context, &replaydata.timestamp,
H A Drecvauth.c187 krb5_us_timeofday(context, &error.stime, &error.susec);
H A Dmk_cred.c206 if ((retval = krb5_us_timeofday(context, &replaydata.timestamp,
H A Dsend_tgs.c80 if ((retval = krb5_us_timeofday(context, &authent.ctime,
H A Dpreauth2.c656 if ((ret = krb5_us_timeofday(context, &pa_enc.patimestamp, &pa_enc.pausec)))
859 if ((ret = krb5_us_timeofday(context,
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Ddo_as_req.c569 if ((retval = krb5_us_timeofday(kdc_context, &errpkt.stime,
H A Ddo_tgs_req.c773 if ((retval = krb5_us_timeofday(kdc_context, &errpkt.stime,
H A Dnetwork.c923 retval = krb5_us_timeofday(kdc_context, &errpkt.stime, &errpkt.susec);
H A Dkdc_preauth.c1973 if ((retval = krb5_us_timeofday(context, &psr.stime, &psr.susec)))
/illumos-gate/usr/src/cmd/krb5/slave/
H A Dkprop.c791 krb5_us_timeofday(context, &error.ctime, &error.cusec);
H A Dkpropd.c1718 krb5_us_timeofday(context, &error.stime, &error.susec);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Daccept_sec_context.c1265 (void) krb5_us_timeofday(context, &krb_error_data.stime,
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_clnt.c178 retval = krb5_us_timeofday(context, &ctsec, &cusec);
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dkrb5.h2054 krb5_error_code KRB5_CALLCONV krb5_us_timeofday

Completed in 1062 milliseconds