aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorHoria Geantă <[email protected]>2018-04-16 08:07:05 -0500
committerHerbert Xu <[email protected]>2018-04-21 00:59:03 +0800
commit8a2a0dd35f2e54c023d9041a5428b6c5639af86c (patch)
tree3f0a0c792acfedeae9d9073984d618d9ecf2cb63 /tools/perf/scripts/python/syscall-counts.py
parent49d1179573c0286474d92529544ad3a1349d15df (diff)
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: <[email protected]> # 4.8+ Reported-by: Martin Townsend <[email protected]> Link: https://lkml.kernel.org/r/CABatt_ytYORYKtApcB4izhNanEKkGFi9XAQMjHi_n-8YWoCRiw@mail.gmail.com Signed-off-by: Horia Geantă <[email protected]> Tested-by: Fabio Estevam <[email protected]> Reviewed-by: Tudor Ambarus <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions