Searched refs:st_idx (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Ddo_tgs_req.c74 int st_idx = 0; local
235 if ((errcode = kdc_get_server_key(request->second_ticket[st_idx],
242 request->second_ticket[st_idx]);
249 etype = request->second_ticket[st_idx]->enc_part2->session->enctype;
578 krb5_enc_tkt_part *t2enc = request->second_ticket[st_idx]->enc_part2;
607 st_idx++;
H A Dkdc_util.c1128 int st_idx = 0; local
1326 !request->second_ticket[st_idx]) {
1330 if (!krb5_principal_compare(kdc_context, request->second_ticket[st_idx]->server,
1335 st_idx++;

Completed in 63 milliseconds