Searched hist:eae55a586c3c8b50982bad3c3426e9c9dd7a0075 (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/crypto/ |
H A D | talitos.c | diff eae55a586c3c8b50982bad3c3426e9c9dd7a0075 Tue May 21 15:34:17 CEST 2019 Christophe Leroy <christophe.leroy@c-s.fr> crypto: talitos - properly handle split ICV.
The driver assumes that the ICV is as a single piece in the last element of the scatterlist. This assumption is wrong.
This patch ensures that the ICV is properly handled regardless of the scatterlist layout.
Fixes: 9c4a79653b35 ("crypto: talitos - Freescale integrated security engine (SEC) driver") Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|