Home
last modified time | relevance | path

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

/src/crypto/krb5/src/lib/krb5/krb/
H A Dfast.c437 krb5_error *fx_error = NULL; in krb5int_fast_process_error() local
473 retval = decode_krb5_error(&scratch, &fx_error); in krb5int_fast_process_error()
477 *err_replyptr = fx_error; in krb5int_fast_process_error()
478 fx_error = NULL; in krb5int_fast_process_error()
510 if (fx_error) in krb5int_fast_process_error()
511 krb5_free_error(context, fx_error); in krb5int_fast_process_error()
/src/crypto/krb5/src/kdc/
H A Dfast_util.c373 krb5_error fx_error; in kdc_fast_handle_error() local
384 fx_error = *err; in kdc_fast_handle_error()
385 fx_error.e_data.data = NULL; in kdc_fast_handle_error()
386 fx_error.e_data.length = 0; in kdc_fast_handle_error()
395 retval = encode_krb5_error(&fx_error, &encoded_fx_error); in kdc_fast_handle_error()