Re: [PATCH] crypto: qce - use memcpy_and_pad in qce_aead_setkey
From: Konrad Dybcio
Date: Mon Mar 23 2026 - 06:57:43 EST
On 3/21/26 2:14 PM, Thorsten Blum wrote:
> Replace memset() followed by memcpy() with memcpy_and_pad() to simplify
> the code and to write to ->auth_key only once.
>
> Signed-off-by: Thorsten Blum <thorsten.blum@xxxxxxxxx>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>
Konrad