summaryrefslogtreecommitdiff
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2025-06-15 18:06:54 -0700
committerKent Overstreet <kent.overstreet@linux.dev>2025-07-07 23:06:43 -0400
commit2308cef65a193d3274c86402ee7e226b5bc9a3d5 (patch)
tree43f6dbb97b2199f00034f609e5d65f1f50eb11f1 /net/unix/af_unix.c
parent5217d3ab6d239dbe0d3d68f75bb303fd69cd32cf (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 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions