Home
last modified time | relevance | path

Searched refs:paptr (Results 1 – 1 of 1) sorted by relevance

/src/crypto/krb5/src/lib/krb5/krb/
H A Dfast.c291 krb5_pa_data **paptr = &fast_req.req_body->padata[0]; in krb5int_fast_prep_req() local
292 for (i = 0, j = 0; paptr[j] != NULL; j++) { in krb5int_fast_prep_req()
293 if (paptr[j]->pa_type == KRB5_PADATA_AP_REQ) in krb5int_fast_prep_req()
294 paptr[j] = NULL; in krb5int_fast_prep_req()
296 paptr[i++] = paptr[j]; in krb5int_fast_prep_req()
298 paptr[i] = NULL; in krb5int_fast_prep_req()