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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dkrb5_gss_glue.c1366 krb5_timestamp *authtime)
1374 if (authtime == NULL)
1386 data_set->elements[0].length != sizeof(*authtime)) {
1391 *authtime = *((krb5_timestamp *)data_set->elements[0].value);
1364 gsskrb5_extract_authtime_from_sec_context(OM_uint32 *minor_status, gss_ctx_id_t context_handle, krb5_timestamp *authtime) argument
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Ddo_as_req.c71 krb5_timestamp kdc_time, authtime, etime = 0; local
224 enc_tkt_reply.times.authtime = kdc_time;
281 /* starttime is optional, and treated as authtime if not present.
283 if (enc_tkt_reply.times.starttime == enc_tkt_reply.times.authtime)
416 /* copy the time fields EXCEPT for authtime; it's location
419 reply_encpart.times.authtime = authtime = kdc_time;
459 "AS_REQ (%s) %s: ISSUE: authtime %d, "
462 fromstring, authtime,
H A Ddo_tgs_req.c81 krb5_timestamp kdc_time, authtime=0; local
157 authtime = header_ticket->enc_part2->times.authtime;
292 * authtime's value.
296 header_ticket->enc_part2->times.authtime;
418 * Set authtime to be the same as header_ticket's
420 enc_tkt_reply.times.authtime = header_ticket->enc_part2->times.authtime;
431 /* starttime is optional, and treated as authtime if not present.
433 if (enc_tkt_reply.times.starttime == enc_tkt_reply.times.authtime)
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dpac.c550 krb5_timestamp authtime,
603 if (pac_authtime != authtime) {
619 "PAC verify fail: PAC authtime '%s' does not match authtime '%s'. PAC principal is '%s'",
802 krb5_timestamp authtime,
824 ret = k5_pac_validate_client(context, pac, authtime, principal);
835 krb5_timestamp authtime,
847 return k5_pac_validate_client(context, pac, authtime, principal);
870 /* copy in authtime converted to a 64-bit NT time */
871 k5_seconds_since_1970_to_time(authtime,
548 k5_pac_validate_client(krb5_context context, const krb5_pac pac, krb5_timestamp authtime, krb5_const_principal principal) argument
800 krb5_pac_verify(krb5_context context, const krb5_pac pac, krb5_timestamp authtime, krb5_const_principal principal, const krb5_keyblock *server, const krb5_keyblock *privsvr) argument
833 k5_insert_client_info(krb5_context context, krb5_pac pac, krb5_timestamp authtime, krb5_const_principal principal) argument
[all...]
/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 in struct:_krb5_ticket_times
1050 use authtime */
2963 krb5_timestamp authtime,

Completed in 80 milliseconds