Searched refs:patimestamp (Results 1 – 6 of 6) sorted by relevance
/titanic_41/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); in obtain_enc_ts_padata()
|
H A D | preauth2.c | 656 if ((ret = krb5_us_timeofday(context, &pa_enc.patimestamp, &pa_enc.pausec))) in pa_enc_timestamp()
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/ |
H A D | krb5_decode.c | 829 get_field((*rep)->patimestamp,0,asn1_decode_kerberos_time); in decode_krb5_pa_enc_ts()
|
H A D | asn1_k_encode.c | 1119 FIELDOF_NORM(krb5_pa_enc_ts, kerberos_time, patimestamp, 0),
|
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/include/ |
H A D | k5-int.h | 1164 krb5_timestamp patimestamp; member
|
/titanic_41/usr/src/cmd/krb5/krb5kdc/ |
H A D | kdc_preauth.c | 1299 if (labs(timenow - pa_enc->patimestamp) > context->clockskew) { in verify_enc_timestamp()
|