Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dfast.c269 krb5_data *local_encoded_result = NULL; in krb5int_fast_prep_req() local
335 retval = encoder(&state->fast_outer_request, &local_encoded_result); in krb5int_fast_prep_req()
337 *encoded_request = local_encoded_result; in krb5int_fast_prep_req()
338 local_encoded_result = NULL; in krb5int_fast_prep_req()
348 if (local_encoded_result) in krb5int_fast_prep_req()
349 krb5_free_data(context, local_encoded_result); in krb5int_fast_prep_req()