android_kernel_xiaomi_sm8350/drivers/crypto
Lee Nipper f3c85bc1bc crypto: talitos - Add handling for SEC 3.x treatment of link table
Later SEC revision requires the link table (used for scatter/gather)
to have an extra entry to account for the total length in descriptor [4],
which contains cipher Input and ICV.
This only applies to decrypt, not encrypt.
Without this change, on 837x, a gather return/length error results
when a decryption uses a link table to gather the fragments.
This is observed by doing a ping with size of 1447 or larger with AES,
or a ping with size 1455 or larger with 3des.

So, add check for SEC compatible "fsl,3.0" for using extra link table entry.

Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2008-08-13 20:08:33 +10:00
..
geode-aes.c
geode-aes.h
hifn_795x.c [CRYPTO] hifn: Simplify code using ARRAY_SIZE() macro 2008-07-10 20:35:15 +08:00
ixp4xx_crypto.c [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach 2008-08-07 09:55:48 +01:00
Kconfig crypto: ixp4xx - Select CRYPTO_AUTHENC 2008-07-13 20:12:11 +08:00
Makefile crypto: ixp4xx - Hardware crypto support for IXP4xx CPUs 2008-07-10 20:35:16 +08:00
padlock-aes.c crypto: padlock - Make module loading quieter when hardware isn't available 2008-07-10 20:35:16 +08:00
padlock-sha.c crypto: padlock - Make module loading quieter when hardware isn't available 2008-07-10 20:35:16 +08:00
padlock.h
talitos.c crypto: talitos - Add handling for SEC 3.x treatment of link table 2008-08-13 20:08:33 +10:00
talitos.h crypto: talitos - Add support for 3des 2008-07-10 20:35:17 +08:00