Searched refs:encrypted_response (Results 1 – 1 of 1) sorted by relevance
367 krb5_enc_data *encrypted_response = NULL; in decrypt_fast_reply() local380 retval = decode_krb5_pa_fx_fast_reply(&scratch, &encrypted_response); in decrypt_fast_reply()384 scratch.data = malloc(encrypted_response->ciphertext.length); in decrypt_fast_reply()387 scratch.length = encrypted_response->ciphertext.length; in decrypt_fast_reply()392 encrypted_response, &scratch); in decrypt_fast_reply()410 if (encrypted_response) in decrypt_fast_reply()411 krb5_free_enc_data(context, encrypted_response); in decrypt_fast_reply()