Searched refs:krb5_us_timeofday (Results 1 – 20 of 20) sorted by relevance
/titanic_41/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) in krb5_us_timeofday() function
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | recvauth.c | 187 krb5_us_timeofday(context, &error.stime, &error.susec); in recvauth_common()
|
H A D | preauth.c | 285 retval = krb5_us_timeofday(context, &pa_enc.patimestamp, &pa_enc.pausec); in obtain_enc_ts_padata() 487 retval = krb5_us_timeofday(context, in obtain_sam_padata()
|
H A D | mk_priv.c | 145 if ((retval = krb5_us_timeofday(context, &replaydata.timestamp, in krb5_mk_priv()
|
H A D | mk_safe.c | 176 if ((retval = krb5_us_timeofday(context, &replaydata.timestamp, in krb5_mk_safe()
|
H A D | mk_req_ext.c | 295 return(krb5_us_timeofday(context, &authent->ctime, &authent->cusec)); in krb5_generate_authenticator()
|
H A D | mk_cred.c | 206 if ((retval = krb5_us_timeofday(context, &replaydata.timestamp, in krb5_mk_ncred()
|
H A D | send_tgs.c | 79 if ((retval = krb5_us_timeofday(context, &authent.ctime, in krb5_send_tgs_basic()
|
H A D | preauth2.c | 656 if ((ret = krb5_us_timeofday(context, &pa_enc.patimestamp, &pa_enc.pausec))) in pa_enc_timestamp() 859 if ((ret = krb5_us_timeofday(context, in pa_sam()
|
/titanic_41/usr/src/cmd/krb5/krb5kdc/ |
H A D | do_as_req.c | 569 if ((retval = krb5_us_timeofday(kdc_context, &errpkt.stime, in prepare_error_as()
|
H A D | do_tgs_req.c | 773 if ((retval = krb5_us_timeofday(kdc_context, &errpkt.stime, in prepare_error_tgs()
|
H A D | network.c | 919 retval = krb5_us_timeofday(kdc_context, &errpkt.stime, &errpkt.susec); in make_toolong_error()
|
H A D | kdc_preauth.c | 1973 if ((retval = krb5_us_timeofday(context, &psr.stime, &psr.susec))) in get_sam_edata()
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/ |
H A D | mapfile-vers | 712 krb5_us_timeofday;
|
/titanic_41/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);
|
/titanic_41/usr/src/lib/libkrb5/common/ |
H A D | mapfile-vers | 180 krb5_us_timeofday { TYPE = FUNCTION; FILTER = mech_krb5.so.1 };
|
/titanic_41/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,
|
/titanic_41/usr/src/lib/krb5/plugins/preauth/pkinit/ |
H A D | pkinit_clnt.c | 178 retval = krb5_us_timeofday(context, &ctsec, &cusec);
|
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/include/ |
H A D | krb5.h | 2054 krb5_error_code KRB5_CALLCONV krb5_us_timeofday
|