Searched refs:kdc_time (Results 1 – 6 of 6) sorted by relevance
69 #define kdc_time (_kdc_now.tv_sec) macro
771 if (client->valid_start && *client->valid_start > kdc_time) { in kdc_check_flags()781 if (client->valid_end && *client->valid_end < kdc_time) { in kdc_check_flags()791 if (client->pw_end && *client->pw_end < kdc_time in kdc_check_flags()831 if (server->valid_start && *server->valid_start > kdc_time) { in kdc_check_flags()841 if (server->valid_end && *server->valid_end < kdc_time) { in kdc_check_flags()851 if (server->pw_end && *server->pw_end < kdc_time) { in kdc_check_flags()1299 if (abs(kdc_time - p.patimestamp) > context->max_skew) { in _kdc_as_rep()1310 (unsigned)abs(kdc_time - p.patimestamp), in _kdc_as_rep()1550 start = et.authtime = kdc_time; in _kdc_as_rep()1625 || kdc_time + config->kdc_warn_pwexpire >= *client->entry.pw_end)) { in _kdc_as_rep()
567 hx509_verify_set_time(cp->verify_ctx, kdc_time); in _kdc_pk_rd_padata()1495 if (ocsp.expire == 0 && ocsp.next_update > kdc_time) { in _kdc_pk_mk_pa_reply()1502 ocsp.next_update = kdc_time + 60 * 5; in _kdc_pk_mk_pa_reply()1536 kdc_time, in _kdc_pk_mk_pa_reply()1550 ocsp.next_update = kdc_time; in _kdc_pk_mk_pa_reply()1556 if (ocsp.expire != 0 && ocsp.expire > kdc_time) { in _kdc_pk_mk_pa_reply()
381 server_nonce[0] = kdc_time & 0xff; in _kdc_do_digest()382 server_nonce[1] = (kdc_time >> 8) & 0xff; in _kdc_do_digest()383 server_nonce[2] = (kdc_time >> 16) & 0xff; in _kdc_do_digest()384 server_nonce[3] = (kdc_time >> 24) & 0xff; in _kdc_do_digest()608 if (abs((kdc_time & 0xffffffff) - t) > context->max_skew) { in _kdc_do_digest()
386 if(*tgt->starttime > kdc_time){ in check_tgs_flags()457 }else if(b->from && *b->from > kdc_time + context->max_skew){ in check_tgs_flags()598 if(et->endtime < kdc_time){ in verify_flags()771 *et.starttime = kdc_time; in tgs_make_reply()
1216 * kdc/kerberos5.c (_kdc_as_rep): if kdc_time +