Star64_linux/crypto
Herbert Xu 098b551450 crypto: xts - Add softdep on ecb
[ Upstream commit dfe085d8dc ]

The xts module needs ecb to be present as it's meant to work
on top of ecb.  This patch adds a softdep so ecb can be included
automatically into the initramfs.

Reported-by: rftc <rftc@gmx.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-04-19 17:47:16 +08:00
..
asymmetric_keys KEYS: asymmetric: properly validate hash_algo and encoding 2023-04-19 17:46:30 +08:00
async_tx
842.c
acompress.c
adiantum.c
aead.c
aegis.h
aegis128-core.c
aegis128-neon-inner.c
aegis128-neon.c
aes_generic.c
aes_ti.c
af_alg.c add patches for libkcapi tool 2022-01-13 18:11:09 +08:00
ahash.c
akcipher.c
algapi.c crypto: api - Move cryptomgr soft dependency into algapi 2023-04-19 17:45:10 +08:00
algboss.c
algif_aead.c add patches for libkcapi tool 2022-01-13 18:11:09 +08:00
algif_akcipher.c add patches for libkcapi tool 2022-01-13 18:11:09 +08:00
algif_hash.c
algif_kpp.c add patches for libkcapi tool 2022-01-13 18:11:09 +08:00
algif_rng.c
algif_skcipher.c add patches for libkcapi tool 2022-01-13 18:11:09 +08:00
ansi_cprng.c
anubis.c
api.c crypto: api - Move cryptomgr soft dependency into algapi 2023-04-19 17:45:10 +08:00
arc4.c
authenc.c crypto: authenc - Fix sleep in atomic context in decrypt_tail 2023-04-19 17:46:40 +08:00
authencesn.c
blake2b_generic.c
blake2s_generic.c
blowfish_common.c
blowfish_generic.c
camellia_generic.c
cast5_generic.c
cast6_generic.c
cast_common.c
cbc.c
ccm.c
cfb.c
chacha20poly1305.c
chacha_generic.c
cipher.c
cmac.c
compress.c
crc32_generic.c
crc32c_generic.c
crct10dif_common.c
crct10dif_generic.c
cryptd.c
crypto_engine.c
crypto_null.c
crypto_user_base.c
crypto_user_stat.c
ctr.c
cts.c
curve25519-generic.c
deflate.c
des_generic.c
dh.c add patches for libkcapi tool 2022-01-13 18:11:09 +08:00
dh_helper.c add patches for libkcapi tool 2022-01-13 18:11:09 +08:00
dhparameter.asn1 add patches for libkcapi tool 2022-01-13 18:11:09 +08:00
drbg.c
ecb.c
ecc.c
ecc.h crypto: ecc - handle unaligned input buffer in ecc_swap_digits 2021-07-30 10:58:36 +08:00
ecc_curve_defs.h
ecdh.c
ecdh_helper.c
ecdsa.c
ecdsasignature.asn1
echainiv.c
ecrdsa.c
ecrdsa_defs.h
ecrdsa_params.asn1
ecrdsa_pub_key.asn1
essiv.c
fcrypt.c
fips.c
gcm.c
geniv.c
gf128mul.c
ghash-generic.c
hash_info.c
hmac.c
internal.h
jitterentropy-kcapi.c
jitterentropy.c crypto: jitter - consider 32 LSB for APT 2023-04-19 17:44:20 +08:00
jitterentropy.h
Kconfig crypto: ecc - fix CRYPTO_DEFAULT_RNG dependency 2023-04-19 16:57:20 +08:00
keywrap.c
khazad.c
kpp.c
lrw.c
lz4.c
lz4hc.c
lzo-rle.c
lzo.c
Makefile crypto: add patch for 5.15 2022-04-28 13:54:49 +08:00
md4.c
md5.c
memneq.c
michael_mic.c
nhpoly1305.c
ofb.c
pcbc.c
pcrypt.c crypto: pcrypt - Delay write to padata->info 2023-04-19 16:57:31 +08:00
poly1305_generic.c
proc.c
ripemd.h
rmd160.c
rng.c
rsa-pkcs1pad.c crypto: rsa-pkcs1pad - fix buffer overread in pkcs1pad_verify_complete() 2023-04-19 17:46:37 +08:00
rsa.c
rsa_helper.c
rsaprivkey.asn1
rsapubkey.asn1
scatterwalk.c
scompress.c
seed.c
seqiv.c
serpent_generic.c
sha1_generic.c
sha3_generic.c
sha256_generic.c
sha512_generic.c crypto: sha512 - remove imaginary and mystifying clearing of variables 2021-08-27 16:30:19 +08:00
shash.c
simd.c
skcipher.c crypto: skcipher - in_irq() cleanup 2021-08-21 15:44:58 +08:00
sm2.c
sm2signature.asn1
sm3_generic.c
sm4_generic.c crypto: arm64/sm4-ce - Make dependent on sm4 library instead of sm4-generic 2021-07-30 10:58:30 +08:00
streebog_generic.c
tcrypt.c crypto: tcrypt - fix skcipher multi-buffer tests for 1420B blocks 2023-04-19 16:57:28 +08:00
tcrypt.h
tea.c
testmgr.c crypto: testmgr - Add GCM/CCM mode test of SM4 algorithm 2021-08-21 15:44:57 +08:00
testmgr.h crypto: testmgr - Add GCM/CCM mode test of SM4 algorithm 2021-08-21 15:44:57 +08:00
twofish_common.c
twofish_generic.c
vmac.c
wp512.c crypto: wp512 - correct a non-kernel-doc comment 2021-08-12 19:32:17 +08:00
xcbc.c
xor.c
xts.c crypto: xts - Add softdep on ecb 2023-04-19 17:47:16 +08:00
xxhash_generic.c
zstd.c