OSDN Git Service

crypto: talitos - fix IPsec cipher in length
authorLEROY Christophe <christophe.leroy@c-s.fr>
Thu, 22 Mar 2018 09:57:01 +0000 (10:57 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 30 Mar 2018 17:33:10 +0000 (01:33 +0800)
commit2b1227301a8e4729409694e323b72c064c47cb6b
treeee36a0f3a2a8bc2962a831f57ac7a226edc091ca
parent9def051018c08e65c532822749e857eb4b2e12e7
crypto: talitos - fix IPsec cipher in length

For SEC 2.x+, cipher in length must contain only the ciphertext length.
In case of using hardware ICV checking, the ICV length is provided via
the "extent" field of the descriptor pointer.

Cc: <stable@vger.kernel.org> # 4.8+
Fixes: 549bd8bc5987 ("crypto: talitos - Implement AEAD for SEC1 using HMAC_SNOOP_NO_AFEU")
Reported-by: Horia Geantă <horia.geanta@nxp.com>
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Tested-by: Horia Geantă <horia.geanta@nxp.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/talitos.c