mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 01:04:41 +01:00
crypto: Clean up help text for CRYPTO_SHA256
NFS, Ceph, SMB, and Btrfs stopped using this SHA-256 implementation in commitsc2c90a8b26("nfsd: use SHA-256 library API instead of crypto_shash API"),27c0a7b05d("libceph: Use HMAC-SHA256 library instead of crypto_shash"),924067ef18("ksmbd: Use HMAC-SHA256 library for message signing and key generation"), andfe11ac191c("btrfs: switch to library APIs for checksums"). Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/bf8e1c229b36fc5349e29701e962d0dfd4fd21b6.1772116160.git.geert+renesas@glider.be Signed-off-by: Eric Biggers <ebiggers@kernel.org>
This commit is contained in:
parent
5d75c7bcc4
commit
a70d9d655f
1 changed files with 0 additions and 1 deletions
|
|
@ -963,7 +963,6 @@ config CRYPTO_SHA256
|
|||
10118-3), including HMAC support.
|
||||
|
||||
This is required for IPsec AH (XFRM_AH) and IPsec ESP (XFRM_ESP).
|
||||
Used by the btrfs filesystem, Ceph, NFS, and SMB.
|
||||
|
||||
config CRYPTO_SHA512
|
||||
tristate "SHA-384 and SHA-512"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue