Home
last modified time | relevance | path

Searched refs:patimestamp (Results 1 – 6 of 6) sorted by relevance

/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); in obtain_enc_ts_padata()
H A Dpreauth2.c656 if ((ret = krb5_us_timeofday(context, &pa_enc.patimestamp, &pa_enc.pausec))) in pa_enc_timestamp()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dkrb5_decode.c829 get_field((*rep)->patimestamp,0,asn1_decode_kerberos_time); in decode_krb5_pa_enc_ts()
H A Dasn1_k_encode.c1119 FIELDOF_NORM(krb5_pa_enc_ts, kerberos_time, patimestamp, 0),
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h1164 krb5_timestamp patimestamp; member
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dkdc_preauth.c1299 if (labs(timenow - pa_enc->patimestamp) > context->clockskew) { in verify_enc_timestamp()