Searched hist:e345177ded17611e36c067751d63d64bf106cb54 (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/crypto/ |
H A D | talitos.h | diff e345177ded17611e36c067751d63d64bf106cb54 Tue May 21 15:34:19 CEST 2019 Christophe Leroy <christophe.leroy@c-s.fr> crypto: talitos - fix AEAD processing.
This driver is working well in 'simple cases', but as soon as more exotic SG lists are provided (dst different from src, auth part not in a single SG fragment, ...) there are wrong results, overruns, etc ...
This patch cleans up the AEAD processing by: - Simplifying the location of 'out of line' ICV - Never using 'out of line' ICV on encryp - Always using 'out of line' ICV on decrypt - Forcing the generation of a SG table on decrypt
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Fixes: aeb4c132f33d ("crypto: talitos - Convert to new AEAD interface") Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | talitos.c | diff e345177ded17611e36c067751d63d64bf106cb54 Tue May 21 15:34:19 CEST 2019 Christophe Leroy <christophe.leroy@c-s.fr> crypto: talitos - fix AEAD processing.
This driver is working well in 'simple cases', but as soon as more exotic SG lists are provided (dst different from src, auth part not in a single SG fragment, ...) there are wrong results, overruns, etc ...
This patch cleans up the AEAD processing by: - Simplifying the location of 'out of line' ICV - Never using 'out of line' ICV on encryp - Always using 'out of line' ICV on decrypt - Forcing the generation of a SG table on decrypt
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Fixes: aeb4c132f33d ("crypto: talitos - Convert to new AEAD interface") Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|