Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dfast.c157 state->fast_outer_request = *request; in krb5int_fast_prep_req_body()
158 state->fast_outer_request.padata = NULL; in krb5int_fast_prep_req_body()
160 retval = encode_krb5_kdc_req_body(&state->fast_outer_request, in krb5int_fast_prep_req_body()
273 assert(state->fast_outer_request.padata == NULL); in krb5int_fast_prep_req()
328 state->fast_outer_request.padata = pa_tgs_array; in krb5int_fast_prep_req()
331 state->fast_outer_request.padata = pa_array; in krb5int_fast_prep_req()
335 retval = encoder(&state->fast_outer_request, &local_encoded_result); in krb5int_fast_prep_req()
354 state->fast_outer_request.padata = NULL; in krb5int_fast_prep_req()
H A Dfast.h34 krb5_kdc_req fast_outer_request; member