summaryrefslogtreecommitdiffstats
path: root/kernel/configs
diff options
context:
space:
mode:
authorHoria Geantă <horia.geanta@nxp.com>2018-04-16 15:07:05 +0200
committerHerbert Xu <herbert@gondor.apana.org.au>2018-04-20 18:59:03 +0200
commit8a2a0dd35f2e54c023d9041a5428b6c5639af86c (patch)
tree3f0a0c792acfedeae9d9073984d618d9ecf2cb63 /kernel/configs
parenthwrng: via - support new Centaur CPU (diff)
downloadlinux-8a2a0dd35f2e54c023d9041a5428b6c5639af86c.tar.xz
linux-8a2a0dd35f2e54c023d9041a5428b6c5639af86c.zip
crypto: caam - strip input zeros from RSA input buffer
Sometimes the provided RSA input buffer provided is not stripped of leading zeros. This could cause its size to be bigger than that of the modulus, making the HW complain: caam_jr 2142000.jr1: 40000789: DECO: desc idx 7: Protocol Size Error - A protocol has seen an error in size. When running RSA, pdb size N < (size of F) when no formatting is used; or pdb size N < (F + 11) when formatting is used. Fix the problem by stripping off the leading zero from input data before feeding it to the CAAM accelerator. Fixes: 8c419778ab57e ("crypto: caam - add support for RSA algorithm") Cc: <stable@vger.kernel.org> # 4.8+ Reported-by: Martin Townsend <mtownsend1973@gmail.com> Link: https://lkml.kernel.org/r/CABatt_ytYORYKtApcB4izhNanEKkGFi9XAQMjHi_n-8YWoCRiw@mail.gmail.com Signed-off-by: Horia Geantă <horia.geanta@nxp.com> Tested-by: Fabio Estevam <fabio.estevam@nxp.com> Reviewed-by: Tudor Ambarus <tudor.ambarus@microchip.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'kernel/configs')
0 files changed, 0 insertions, 0 deletions