Home
last modified time | relevance | path

Searched refs:key_exp (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dgic_pwd.c441 as_reply->enc_part2->key_exp && in __krb5_get_init_creds_password()
442 ((hours = ((as_reply->enc_part2->key_exp-now)/(60*60))) <= 7*24) && in __krb5_get_init_creds_password()
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Ddo_as_req.c412 reply_encpart.key_exp = etime; in process_as_req()
H A Ddo_tgs_req.c664 reply_encpart.key_exp = 0; /* ditto */ in process_tgs_req()
/illumos-gate/usr/src/lib/pam_modules/krb5/
H A Dkrb5_authenticate.c857 kmd->expiration = as_reply->enc_part2->key_exp; in attempt_krb5_auth()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_k_encode.c241 FIELDOF_OPT(krb5_enc_kdc_rep_part, kerberos_time, key_exp, 3, 3),
267 if (val->key_exp) in optional_enc_kdc_rep_part()
H A Dasn1_k_decode.c567 opt_field(val->key_exp,3,asn1_decode_kerberos_time,0); in asn1_decode_enc_kdc_rep_part()
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dkrb5.h1173 krb5_timestamp key_exp; /* expiration date */ member