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 D | ustime.c | 37 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 D | preauth.c | 285 retval = krb5_us_timeofday(context, &pa_enc.patimestamp, &pa_enc.pausec); 487 retval = krb5_us_timeofday(context,
|
H A D | mk_priv.c | 145 if ((retval = krb5_us_timeofday(context, &replaydata.timestamp,
|
H A D | mk_req_ext.c | 295 return(krb5_us_timeofday(context, &authent->ctime, &authent->cusec));
|
H A D | mk_safe.c | 176 if ((retval = krb5_us_timeofday(context, &replaydata.timestamp,
|
H A D | recvauth.c | 187 krb5_us_timeofday(context, &error.stime, &error.susec);
|
H A D | mk_cred.c | 206 if ((retval = krb5_us_timeofday(context, &replaydata.timestamp,
|
H A D | send_tgs.c | 80 if ((retval = krb5_us_timeofday(context, &authent.ctime,
|
H A D | preauth2.c | 656 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 D | do_as_req.c | 569 if ((retval = krb5_us_timeofday(kdc_context, &errpkt.stime,
|
H A D | do_tgs_req.c | 773 if ((retval = krb5_us_timeofday(kdc_context, &errpkt.stime,
|
H A D | network.c | 923 retval = krb5_us_timeofday(kdc_context, &errpkt.stime, &errpkt.susec);
|
H A D | kdc_preauth.c | 1973 if ((retval = krb5_us_timeofday(context, &psr.stime, &psr.susec)))
|
/illumos-gate/usr/src/cmd/krb5/slave/ |
H A D | kprop.c | 791 krb5_us_timeofday(context, &error.ctime, &error.cusec);
|
H A D | kpropd.c | 1718 krb5_us_timeofday(context, &error.stime, &error.susec);
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/ |
H A D | accept_sec_context.c | 1265 (void) krb5_us_timeofday(context, &krb_error_data.stime,
|
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/ |
H A D | pkinit_clnt.c | 178 retval = krb5_us_timeofday(context, &ctsec, &cusec);
|
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/ |
H A D | krb5.h | 2054 krb5_error_code KRB5_CALLCONV krb5_us_timeofday
|
Completed in 196 milliseconds