Lines Matching refs:ek
754 EncKDCRepPart ek; in tgs_make_reply() local
762 memset(&ek, 0, sizeof(ek)); in tgs_make_reply()
821 ek.caddr = et.caddr; in tgs_make_reply()
928 ek.key = et.key; in tgs_make_reply()
930 ek.last_req.len = 1; in tgs_make_reply()
931 ek.last_req.val = calloc(1, sizeof(*ek.last_req.val)); in tgs_make_reply()
932 if (ek.last_req.val == NULL) { in tgs_make_reply()
936 ek.nonce = b->nonce; in tgs_make_reply()
937 ek.flags = et.flags; in tgs_make_reply()
938 ek.authtime = et.authtime; in tgs_make_reply()
939 ek.starttime = et.starttime; in tgs_make_reply()
940 ek.endtime = et.endtime; in tgs_make_reply()
941 ek.renew_till = et.renew_till; in tgs_make_reply()
942 ek.srealm = rep.ticket.realm; in tgs_make_reply()
943 ek.sname = rep.ticket.sname; in tgs_make_reply()
950 char *r = get_krbtgt_realm(&ek.sname); in tgs_make_reply()
952 if (r == NULL || strcmp(r, ek.srealm) == 0) { in tgs_make_reply()
996 &rep, &et, &ek, et.key.keytype, in tgs_make_reply()
1014 free_LastReq(&ek.last_req); in tgs_make_reply()