authtime          421 source3/libads/kerberos_verify.c 	time_t authtime;
authtime          580 source3/libads/kerberos_verify.c 	authtime = get_authtime_from_tkt(tkt);
authtime          613 source3/libads/kerberos_verify.c 		pac_ret = decode_pac_data(mem_ctx, &auth_data, context, keyblock, client_principal, authtime, pac_data);
authtime         1031 source3/libsmb/clikrb5.c 	return tkt->enc_part2->times.authtime;
authtime         1033 source3/libsmb/clikrb5.c 	return tkt->ticket.authtime;
authtime          653 source4/auth/gensec/gensec_krb5.c 						    gensec_krb5_state->ticket->ticket.authtime, NULL);
authtime          711 source4/heimdal/kdc/kerberos4.c 	time_t start = et->starttime ? *et->starttime : et->authtime;
authtime          184 source4/heimdal/kdc/kerberos5.c 		   KerberosTime authtime, KerberosTime *starttime,
authtime          190 source4/heimdal/kdc/kerberos5.c     krb5_format_time(context, authtime,
authtime         1513 source4/heimdal/kdc/kerberos5.c 	start = et.authtime = kdc_time;
authtime         1619 source4/heimdal/kdc/kerberos5.c     ek.authtime = et.authtime;
authtime         1728 source4/heimdal/kdc/kerberos5.c 	    ret = _krb5_pac_sign(context, p, et.authtime,
authtime         1749 source4/heimdal/kdc/kerberos5.c     _kdc_log_timestamp(context, config, "AS-REQ", et.authtime, et.starttime,
authtime          326 source4/heimdal/kdc/krb5tgs.c 		ret = krb5_pac_verify(context, pac, tkt->authtime,
authtime          342 source4/heimdal/kdc/krb5tgs.c 		ret = _krb5_pac_sign(context, pac, tkt->authtime,
authtime          471 source4/heimdal/kdc/krb5tgs.c 	    old_life -= tgt->authtime;
authtime          691 source4/heimdal/kdc/krb5tgs.c     et.authtime = tgt->authtime;
authtime          767 source4/heimdal/kdc/krb5tgs.c 	renew = *et.renew_till - et.authtime;
authtime          772 source4/heimdal/kdc/krb5tgs.c 	*et.renew_till = et.authtime + renew;
authtime          852 source4/heimdal/kdc/krb5tgs.c     ek.authtime = et.authtime;
authtime          859 source4/heimdal/kdc/krb5tgs.c     _kdc_log_timestamp(context, config, "TGS-REQ", et.authtime, et.starttime,
authtime          403 source4/heimdal/lib/gssapi/krb5/inquire_sec_context_by_oid.c     OM_uint32 authtime;
authtime          413 source4/heimdal/lib/gssapi/krb5/inquire_sec_context_by_oid.c     authtime = ctx->ticket->ticket.authtime;
authtime          417 source4/heimdal/lib/gssapi/krb5/inquire_sec_context_by_oid.c     _gsskrb5_encode_om_uint32(authtime, buf);
authtime          554 source4/heimdal/lib/gssapi/mech/gss_krb5.c 					  time_t *authtime)
authtime          592 source4/heimdal/lib/gssapi/mech/gss_krb5.c 	*authtime = (buf[3] <<24) | (buf[2] << 16) |
authtime          169 source4/heimdal/lib/krb5/acache.c     cred->times.authtime = incred->authtime;
authtime          312 source4/heimdal/lib/krb5/acache.c     cred->authtime = incred->times.authtime;
authtime         1250 source4/heimdal/lib/krb5/cache.c     cred.times.authtime = time(NULL);
authtime         1251 source4/heimdal/lib/krb5/cache.c     cred.times.endtime = cred.times.authtime + 3600 * 24 * 30;
authtime          194 source4/heimdal/lib/krb5/creds.c 	a->authtime == b->authtime &&
authtime          375 source4/heimdal/lib/krb5/get_for_creds.c     ALLOC(krb_cred_info->authtime, 1);
authtime          376 source4/heimdal/lib/krb5/get_for_creds.c     *krb_cred_info->authtime       = out_creds->times.authtime;
authtime          472 source4/heimdal/lib/krb5/get_in_tkt.c 	context->kdc_sec_offset = rep->enc_part.authtime - sec_now;
authtime          481 source4/heimdal/lib/krb5/get_in_tkt.c 	tmp_time = rep->enc_part.authtime;
authtime          516 source4/heimdal/lib/krb5/get_in_tkt.c     creds->times.authtime = rep->enc_part.authtime;
authtime          325 source4/heimdal/lib/krb5/krb5.h   krb5_timestamp authtime;
authtime          107 source4/heimdal/lib/krb5/krb5_ccapi.h     cc_time_t authtime;
authtime          530 source4/heimdal/lib/krb5/pac.c 		 time_t authtime,
authtime          554 source4/heimdal/lib/krb5/pac.c 	t1 = unix2nttime(authtime);
authtime          641 source4/heimdal/lib/krb5/pac.c 		 time_t authtime,
authtime          651 source4/heimdal/lib/krb5/pac.c     t = unix2nttime(authtime);
authtime          727 source4/heimdal/lib/krb5/pac.c 		time_t authtime,
authtime          750 source4/heimdal/lib/krb5/pac.c 			   authtime,
authtime          865 source4/heimdal/lib/krb5/pac.c 	       time_t authtime,
authtime          917 source4/heimdal/lib/krb5/pac.c     ret = build_logon_name(context, authtime, principal, &logon);
authtime          284 source4/heimdal/lib/krb5/rd_cred.c 	if (kci->authtime)
authtime          285 source4/heimdal/lib/krb5/rd_cred.c 	    creds->times.authtime = *kci->authtime;
authtime          234 source4/heimdal/lib/krb5/rd_req.c 	time_t start = t.authtime;
authtime          874 source4/heimdal/lib/krb5/rd_req.c 				  o->ticket->ticket.authtime,
authtime          638 source4/heimdal/lib/krb5/store.c     ret = krb5_store_int32(sp, times.authtime);
authtime          654 source4/heimdal/lib/krb5/store.c     times->authtime = tmp;
authtime         1237 source4/heimdal/lib/ntlm/ntlm.c     time_t authtime;
authtime         1272 source4/heimdal/lib/ntlm/ntlm.c     authtime = nt2unixtime(t);
authtime         1274 source4/heimdal/lib/ntlm/ntlm.c     if (abs((int)(authtime - now)) > authtimediff) {
authtime          317 source4/torture/auth/pac.c 	time_t authtime;
authtime          394 source4/torture/auth/pac.c 	authtime = strtoull(authtime_string, NULL, 0);
authtime          418 source4/torture/auth/pac.c 					client_principal, authtime, NULL);
authtime          477 source4/torture/auth/pac.c 					    client_principal, authtime, NULL);
authtime          593 source4/torture/auth/pac.c 				  client_principal, authtime,
authtime          669 source4/torture/auth/pac.c 					authtime + 1, NULL);
authtime          707 source4/torture/auth/pac.c 					authtime, NULL);
authtime          727 source4/torture/auth/pac.c 					authtime, NULL);