linux/include/crypto
Herbert Xu a664bf3d60 crypto: algif_aead - Revert to operating out-of-place
This mostly reverts commit 72548b093e except for the copying of
the associated data.

There is no benefit in operating in-place in algif_aead since the
source and destination come from different mappings.  Get rid of
all the complexity added for in-place operation and just copy the
AD directly.

Fixes: 72548b093e ("crypto: algif_aead - copy AAD from src to dst")
Reported-by: Taeyang Lee <0wn@theori.io>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2026-03-31 17:11:47 +09:00
..
internal Locking updates for v6.20: 2026-02-10 12:28:44 -08:00
acompress.h
aead.h
aes.h lib/crypto: aes: Remove old AES en/decryption functions 2026-01-15 14:09:09 -08:00
akcipher.h
algapi.h
arc4.h
aria.h
authenc.h
b128ops.h
blake2b.h
blake2s.h
blowfish.h
cast5.h
cast6.h
cast_common.h
chacha.h
chacha20poly1305.h
cryptd.h
ctr.h
curve25519.h
des.h
df_sp80090a.h crypto: drbg - Use new AES library API 2026-01-15 14:09:08 -08:00
dh.h
drbg.h
ecc_curve.h
ecdh.h
engine.h
gcm.h lib/crypto: aesgcm: Use new AES library API 2026-01-15 14:09:09 -08:00
gf128mul.h
ghash.h
hash.h
hash_info.h
hkdf.h
hmac.h
if_alg.h crypto: algif_aead - Revert to operating out-of-place 2026-03-31 17:11:47 +09:00
kdf_sp800108.h
kpp.h
krb5.h
md5.h
mldsa.h lib/crypto: mldsa: Clarify the documentation for mldsa_verify() slightly 2026-02-03 19:28:51 -08:00
nh.h lib/crypto: nh: Add NH library 2026-01-12 11:07:49 -08:00
null.h
padlock.h
pcrypt.h
pkcs7.h
poly1305.h
polyval.h
public_key.h pkcs7: Allow the signing algo to do whatever digestion it wants itself 2026-01-30 11:33:19 +00:00
rng.h
scatterwalk.h
serpent.h
sha1.h lib/crypto: sha1: Remove low-level functions from API 2026-01-27 15:47:41 -08:00
sha2.h
sha3.h
sig.h
skcipher.h
sm3.h
sm3_base.h
sm4.h
streebog.h
twofish.h
utils.h
xts.h