[PATCH] crypto/fsl: Clear the memory when blob decapsulation fails

2022-04-22 Thread sbabic
> issue: blob decapsulation operation store the decrypted data >in memory even if ICV check failed. > fix: clear the blob data output memory. > Fixes: c5de15cbc8 (crypto/fsl: Add command for encapsulating/decapsulating > blobs) > Signed-off-by: Gaurav Jain > Reviewed-by: Kshitiz Varshney

Re: [PATCH] crypto/fsl: Clear the memory when blob decapsulation fails

2022-04-16 Thread Fabio Estevam
On Fri, Apr 15, 2022 at 8:23 AM Gaurav Jain wrote: > > issue: blob decapsulation operation store the decrypted data >in memory even if ICV check failed. > > fix: clear the blob data output memory. > > Fixes: c5de15cbc8 (crypto/fsl: Add command for encapsulating/decapsulating > blobs) > Si

[PATCH] crypto/fsl: Clear the memory when blob decapsulation fails

2022-04-15 Thread Gaurav Jain
issue: blob decapsulation operation store the decrypted data in memory even if ICV check failed. fix: clear the blob data output memory. Fixes: c5de15cbc8 (crypto/fsl: Add command for encapsulating/decapsulating blobs) Signed-off-by: Gaurav Jain Reviewed-by: Kshitiz Varshney Tested-by: