diff options
author | Lukas Wunner <[email protected]> | 2024-09-10 16:30:29 +0200 |
---|---|---|
committer | Herbert Xu <[email protected]> | 2024-10-05 13:22:05 +0800 |
commit | b9cbf6916e0a6899bc67ee574993b7f24d3f606b (patch) | |
tree | ebbebd49269feaba875c1000c7679e94c3c12bea /tools/perf/scripts/python/arm-cs-trace-disasm.py | |
parent | b04163863caf599d4348a05af5a71cf5d42f11dc (diff) |
crypto: ecrdsa - Fix signature size calculation
software_key_query() returns the curve size as maximum signature size
for ecrdsa. However it should return twice as much.
It's only the maximum signature size that seems to be off. The maximum
digest size is likewise set to the curve size, but that's correct as it
matches the checks in ecrdsa_set_pub_key() and ecrdsa_verify().
Signed-off-by: Lukas Wunner <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/arm-cs-trace-disasm.py')
0 files changed, 0 insertions, 0 deletions