Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dpreauth.c490 sam_response.sam_patimestamp = enc_sam_response_enc.sam_timestamp; in obtain_sam_padata()
H A Dpreauth2.c866 sam_response.sam_patimestamp = enc_sam_response_enc.sam_timestamp; in pa_sam()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_k_encode.c638 FIELDOF_OPT(krb5_sam_response, kerberos_time, sam_patimestamp, 6, 6),
645 if (val->sam_patimestamp) in optional_sam_response()
H A Dasn1_k_decode.c1136 opt_field(val->sam_patimestamp,6,asn1_decode_kerberos_time,0); in asn1_decode_sam_response()
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dkdc_preauth.c2362 if (esre->sam_timestamp != sr->sam_patimestamp) { in verify_sam_response()
2367 if (labs(timenow - sr->sam_patimestamp) > context->clockskew) { in verify_sam_response()
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h513 krb5_timestamp sam_patimestamp; member