Home
last modified time | relevance | path

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; in process_tgs_req() local
235 if ((errcode = kdc_get_server_key(request->second_ticket[st_idx], in process_tgs_req()
242 request->second_ticket[st_idx]); in process_tgs_req()
249 etype = request->second_ticket[st_idx]->enc_part2->session->enctype; in process_tgs_req()
578 krb5_enc_tkt_part *t2enc = request->second_ticket[st_idx]->enc_part2; in process_tgs_req()
607 st_idx++; in process_tgs_req()
H A Dkdc_util.c1128 int st_idx = 0; in validate_tgs_request() local
1326 !request->second_ticket[st_idx]) { in validate_tgs_request()
1330 if (!krb5_principal_compare(kdc_context, request->second_ticket[st_idx]->server, in validate_tgs_request()
1335 st_idx++; in validate_tgs_request()