Home
last modified time | relevance | path

Searched refs:tmp_realm_times (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/krb5/krb5kdc/
H A Ddo_as_req.c83 long long tmp_client_times, tmp_server_times, tmp_realm_times; in process_as_req() local
243 tmp_realm_times = (long long) enc_tkt_reply.times.starttime + max_life_for_realm; in process_as_req()
249 min(tmp_realm_times,KRB5_KDB_EXPIRATION)))); in process_as_req()
272 tmp_realm_times = (double) enc_tkt_reply.times.starttime + max_renewable_life_for_realm; in process_as_req()
277 min(tmp_realm_times,KRB5_KDB_EXPIRATION)))); in process_as_req()
H A Ddo_tgs_req.c98 long long tmp_server_times, tmp_realm_times; in process_tgs_req() local
375 tmp_realm_times = (long long) enc_tkt_reply.times.starttime in process_tgs_req()
381 min(tmp_realm_times, in process_tgs_req()
407 tmp_realm_times = (long long) enc_tkt_reply.times.starttime + in process_tgs_req()
412 min (tmp_realm_times, KRB5_KDB_EXPIRATION))); in process_tgs_req()