Searched defs:last_req (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dgic_pwd.c398 krb5_last_req_entry **last_req; local
433 as_reply->enc_part2 && as_reply->enc_part2->last_req) {
435 * Check the last_req fields
438 for (last_req = as_reply->enc_part2->last_req; *last_req; last_req++)
439 if ((*last_req)->lr_type == KRB5_LRQ_ALL_PW_EXPTIME ||
440 (*last_req)->lr_type == KRB5_LRQ_ONE_PW_EXPTIME) {
447 if ((ret = krb5_timestamp_to_string((*last_req)
[all...]

Completed in 32 milliseconds