diff options
author | Stefan Berger <[email protected]> | 2024-04-04 10:18:53 -0400 |
---|---|---|
committer | Herbert Xu <[email protected]> | 2024-04-12 15:07:52 +0800 |
commit | 703ca5cda1ea04735e48882a7cccff97d57656c3 (patch) | |
tree | 2db07118e860a0c039f04c889966b96202a39700 /tools/perf/scripts/python | |
parent | dee45a607abbd52fd572622c281010037a85544b (diff) |
crypto: ecdsa - Rename keylen to bufsize where necessary
In cases where 'keylen' was referring to the size of the buffer used by
a curve's digits, it does not reflect the purpose of the variable anymore
once NIST P521 is used. What it refers to then is the size of the buffer,
which may be a few bytes larger than the size a coordinate of a key.
Therefore, rename keylen to bufsize where appropriate.
Tested-by: Lukas Wunner <[email protected]>
Reviewed-by: Jarkko Sakkinen <[email protected]>
Signed-off-by: Stefan Berger <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions