diff options
| author | Eric Biggers <ebiggers@google.com> | 2025-05-05 12:10:41 -0700 |
|---|---|---|
| committer | Herbert Xu <herbert@gondor.apana.org.au> | 2025-05-12 13:32:53 +0800 |
| commit | d8aeec147affcb6cb65060ed5fe095a2d0fe8a20 (patch) | |
| tree | a84c81e2c5459131e6c023c566a4b6f5b95966d4 /crypto/Kconfig | |
| parent | crypto: gcm - use memcpy_sglist() instead of null skcipher (diff) | |
| download | linux-d8aeec147affcb6cb65060ed5fe095a2d0fe8a20.tar.gz linux-d8aeec147affcb6cb65060ed5fe095a2d0fe8a20.zip | |
crypto: geniv - use memcpy_sglist() instead of null skcipher
For copying data between two scatterlists, just use memcpy_sglist()
instead of the so-called "null skcipher". This is much simpler.
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/Kconfig')
| -rw-r--r-- | crypto/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 231791703594..f0c8cc5e30ae 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -815,7 +815,6 @@ config CRYPTO_GCM config CRYPTO_GENIV tristate select CRYPTO_AEAD - select CRYPTO_NULL select CRYPTO_MANAGER select CRYPTO_RNG_DEFAULT |
