diff options
author | Eric Biggers <ebiggers@google.com> | 2025-06-15 18:06:54 -0700 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2025-07-04 23:17:12 -0400 |
commit | 5fd88d7e65e50e2ebd43f86c89ac1be0e6ec869f (patch) | |
tree | 30c17d98ef4435344e0468cd2a9ada6a14d2ac7b /tools/perf/scripts/python/call-graph-from-sql.py | |
parent | 8881458c8de2278536863544af9e95957b2f893d (diff) |
lib/crypto/poly1305: Fix arm64's poly1305_blocks_arch()
For some reason arm64's Poly1305 code got changed to ignore the padbit
argument. As a result, the output is incorrect when the message length
is not a multiple of 16 (which is not reached with the standard
ChaCha20Poly1305, but bcachefs could reach this). Fix this.
Fixes: a59e5468a921 ("crypto: arm64/poly1305 - Add block-only interface")
Reported-by: Kent Overstreet <kent.overstreet@linux.dev>
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions