Home
last modified time | relevance | path

Searched refs:authtime (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Ddo_tgs_req.c81 krb5_timestamp kdc_time, authtime=0; in process_tgs_req() local
157 authtime = header_ticket->enc_part2->times.authtime; in process_tgs_req()
296 header_ticket->enc_part2->times.authtime; in process_tgs_req()
420 enc_tkt_reply.times.authtime = header_ticket->enc_part2->times.authtime; in process_tgs_req()
433 if (enc_tkt_reply.times.starttime == enc_tkt_reply.times.authtime) in process_tgs_req()
592 fromstring, authtime, in process_tgs_req()
652 reply_encpart.times.authtime = header_ticket->enc_part2->times.authtime; in process_tgs_req()
656 if (enc_tkt_reply.times.starttime == enc_tkt_reply.times.authtime) in process_tgs_req()
715 fromstring, status, authtime, in process_tgs_req()
H A Ddo_as_req.c71 krb5_timestamp kdc_time, authtime, etime = 0; in process_as_req() local
224 enc_tkt_reply.times.authtime = kdc_time; in process_as_req()
283 if (enc_tkt_reply.times.starttime == enc_tkt_reply.times.authtime) in process_as_req()
419 reply_encpart.times.authtime = authtime = kdc_time; in process_as_req()
462 fromstring, authtime, in process_as_req()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dpac.c550 krb5_timestamp authtime, in k5_pac_validate_client() argument
603 if (pac_authtime != authtime) { in k5_pac_validate_client()
802 krb5_timestamp authtime, in krb5_pac_verify() argument
824 ret = k5_pac_validate_client(context, pac, authtime, principal); in krb5_pac_verify()
835 krb5_timestamp authtime, in k5_insert_client_info() argument
847 return k5_pac_validate_client(context, pac, authtime, principal); in k5_insert_client_info()
871 k5_seconds_since_1970_to_time(authtime, &nt_authtime); in k5_insert_client_info()
986 krb5_timestamp authtime,
1001 ret = k5_insert_client_info(context, pac, authtime, principal);
H A Dvalid_times.c51 starttime = times->authtime; in krb5_validate_times()
H A Dget_in_tkt.c332 as_reply->enc_part2->times.authtime; in verify_as_reply()
373 as_reply->enc_part2->times.authtime, 0); in verify_as_reply()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dinq_context.c347 rep.value = &ctx->krb_times.authtime; in gss_krb5int_extract_authtime_from_sec_context()
348 rep.length = sizeof(ctx->krb_times.authtime); in gss_krb5int_extract_authtime_from_sec_context()
H A Dkrb5_gss_glue.c1366 krb5_timestamp *authtime) in gsskrb5_extract_authtime_from_sec_context() argument
1374 if (authtime == NULL) in gsskrb5_extract_authtime_from_sec_context()
1386 data_set->elements[0].length != sizeof(*authtime)) { in gsskrb5_extract_authtime_from_sec_context()
1391 *authtime = *((krb5_timestamp *)data_set->elements[0].value); in gsskrb5_extract_authtime_from_sec_context()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_retr.c340 equal = (in_creds->times.authtime == in_compare_creds->times.authtime && in krb5_creds_compare()
H A Dcc_file.c778 t->authtime = i; in krb5_fcc_read_times()
1137 retval = krb5_fcc_store_int32(context, id, t->authtime); in krb5_fcc_store_times()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_k_encode.c245 FIELDOF_NORM(krb5_enc_kdc_rep_part, kerberos_time, times.authtime, 5),
390 FIELDOF_OPT(krb5_cred_info, kerberos_time, times.authtime, 4, 4),
415 if (val->times.authtime) in optional_krb_cred_info()
756 FIELDOF_NORM(krb5_enc_tkt_part, kerberos_time, times.authtime, 5),
H A Dasn1_k_decode.c569 get_field(val->times.authtime,5,asn1_decode_kerberos_time); in asn1_decode_enc_kdc_rep_part()
571 opt_field(val->times.starttime,6,asn1_decode_kerberos_time,val->times.authtime); in asn1_decode_enc_kdc_rep_part()
803 opt_field(val->times.authtime,4,asn1_decode_kerberos_time,0); in asn1_decode_krb_cred_info()
H A Dkrb5_decode.c309 get_field((*rep)->times.authtime,5,asn1_decode_kerberos_time); in decode_krb5_enc_tkt_part()
313 (*rep)->times.starttime=(*rep)->times.authtime; in decode_krb5_enc_tkt_part()
/illumos-gate/usr/src/cmd/krb5/klist/
H A Dklist.c615 cred->times.starttime = cred->times.authtime;
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dkrb5.h1047 krb5_timestamp authtime; /* XXX ? should ktime in KDC_REP == authtime member
2963 krb5_timestamp authtime,
/illumos-gate/usr/src/cmd/krb5/kinit/
H A Dkinit.c1068 opts->lifetime = my_creds.times.endtime - my_creds.times.authtime;