Lines Matching refs:adtkt
1512 EncTicketPart adtkt; in tgs_build_reply() local
1521 memset(&adtkt, 0, sizeof(adtkt)); in tgs_build_reply()
1570 ret = krb5_decrypt_ticket(context, t, &uukey->key, &adtkt, 0); in tgs_build_reply()
1575 ret = verify_flags(context, config, &adtkt, spn); in tgs_build_reply()
1579 s = &adtkt.cname; in tgs_build_reply()
1580 r = adtkt.crealm; in tgs_build_reply()
1692 ekey = &adtkt.key; in tgs_build_reply()
1694 if (b->etype.val[i] == adtkt.key.keytype) in tgs_build_reply()
2064 ret = krb5_decrypt_ticket(context, t, &clientkey->key, &adtkt, 0); in tgs_build_reply()
2074 adtkt.cname, in tgs_build_reply()
2075 adtkt.crealm); in tgs_build_reply()
2095 if (adtkt.flags.forwardable == 0) { in tgs_build_reply()
2113 ret = verify_flags(context, config, &adtkt, tpn); in tgs_build_reply()
2130 &adtkt, &rspac, &ad_signedpath); in tgs_build_reply()
2148 &adtkt, in tgs_build_reply()
2297 free_EncTicketPart(&adtkt); in tgs_build_reply()