summaryrefslogtreecommitdiff
path: root/crypto/Kconfig
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2019-03-14 21:21:28 -0700
committerHerbert Xu <herbert@gondor.apana.org.au>2019-03-22 20:57:28 +0800
commitb22383c670c877ae6fe722c1e57d20360ba8a6b2 (patch)
tree8bf5dab42726c4ddcf09bc0af9a55daf8ac80b7c /crypto/Kconfig
parent5199c088f03b339542253ffa3f2149c5328610e3 (diff)
downloadlinux-crypto-b22383c670c877ae6fe722c1e57d20360ba8a6b2.tar.gz
linux-crypto-b22383c670c877ae6fe722c1e57d20360ba8a6b2.zip
crypto: salsa20-generic - use crypto_xor_cpy()
In salsa20_docrypt(), use crypto_xor_cpy() instead of crypto_xor(). This avoids having to memcpy() the src buffer to the dst buffer. Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions