Searched refs:header_tkt (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/krb5/src/kdc/ |
| H A D | do_tgs_req.c | 83 krb5_ticket *header_tkt; member 617 ret = kdc_process_tgs_req(realm, t->req, from, pkt, &t->header_tkt, in gather_tgs_req_info() 620 if (t->header_tkt != NULL && t->header_tkt->enc_part2 != NULL) in gather_tgs_req_info() 621 t->cprinc = t->header_tkt->enc_part2->client; in gather_tgs_req_info() 626 ret = kau_make_tkt_id(context, t->header_tkt, &au_state->tkt_in_id); in gather_tgs_req_info() 629 header_enc = t->header_tkt->enc_part2; in gather_tgs_req_info() 788 data_eq(t->header_tkt->server->realm, t->tkt_client->realm)) { in gather_tgs_req_info() 796 &t->new_transited, t->header_tkt->server, in gather_tgs_req_info() 818 krb5_ticket_times *htimes = &t->header_tkt->enc_part2->times; in compute_ticket_times() 845 kdc_get_ticket_renewtime(realm, t->req, t->header_tkt->enc_part2, in compute_ticket_times() [all …]
|