Searched refs:local_resp (Results 1 – 1 of 1) sorted by relevance
369 krb5_fast_response *local_resp = NULL; in decrypt_fast_reply() local396 retval = decode_krb5_fast_response(&scratch, &local_resp); in decrypt_fast_reply()398 if (local_resp->nonce != state->nonce) { in decrypt_fast_reply()405 *response = local_resp; in decrypt_fast_reply()406 local_resp = NULL; in decrypt_fast_reply()412 if (local_resp) in decrypt_fast_reply()413 krb5_free_fast_response(context, local_resp); in decrypt_fast_reply()