summaryrefslogtreecommitdiff
path: root/crypto/nhpoly1305.c
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2023-06-15 18:28:46 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2023-06-23 16:15:36 +0800
commit0041a491b5c3e6fbf5dfbe47b5a7afb2fa734a49 (patch)
treee122f704bfaba4f928fb80762b2601f09547b020 /crypto/nhpoly1305.c
parenta0c957baaa17e273a977f3fc851d390e1f297c30 (diff)
downloadlinux-crypto-0041a491b5c3e6fbf5dfbe47b5a7afb2fa734a49.tar.gz
linux-crypto-0041a491b5c3e6fbf5dfbe47b5a7afb2fa734a49.zip
crypto: akcipher - Add sync interface without SG lists
The only user of akcipher does not use SG lists. Therefore forcing users to use SG lists only results unnecessary overhead. Add a new interface that supports arbitrary kernel pointers. For the time being the copy will be performed unconditionally. But this will go away once the underlying interface is updated. Note also that only encryption and decryption is addressed by this patch as sign/verify will go into a new interface (sig). Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/nhpoly1305.c')
0 files changed, 0 insertions, 0 deletions