Home
last modified time | relevance | path

Searched refs:TKT_FLG_HW_AUTH (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Ddo_tgs_req.c428 if (isflagset(header_ticket->enc_part2->flags, TKT_FLG_HW_AUTH)) in process_tgs_req()
429 setflag(enc_tkt_reply.flags, TKT_FLG_HW_AUTH); in process_tgs_req()
H A Dkdc_preauth.c793 isflagset (enc_tkt_reply->flags, TKT_FLG_HW_AUTH) ? "" : "no "); in missing_required_preauth()
801 !isflagset(enc_tkt_reply->flags, TKT_FLG_HW_AUTH)) in missing_required_preauth()
2372 setflag(enc_tkt_reply->flags, TKT_FLG_HW_AUTH); in verify_sam_response()
H A Dkdc_util.c1340 !isflagset(ticket->enc_part2->flags,TKT_FLG_HW_AUTH)) { in validate_tgs_request()
/illumos-gate/usr/src/cmd/krb5/klist/
H A Dklist.c564 if (cred->ticket_flags & TKT_FLG_HW_AUTH)
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dkrb5.h899 #define TKT_FLG_HW_AUTH 0x00100000 macro