Home
last modified time | relevance | path

Searched refs:pausec (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dkrb5_decode.c831 get_field((*rep)->pausec,1,asn1_decode_int32); in decode_krb5_pa_enc_ts()
833 (*rep)->pausec = 0; in decode_krb5_pa_enc_ts()
H A Dasn1_k_encode.c1120 FIELDOF_OPT(krb5_pa_enc_ts, int32, pausec, 1, 1),
1128 if (val->pausec) in optional_pa_enc_ts()
/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/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h1165 krb5_int32 pausec; member