linux/fs/crypto
Linus Torvalds d60ac92c10 fscrypt updates for 6.18
Make fs/crypto/ use the HMAC-SHA512 library functions instead of
 crypto_shash. This is simpler, faster, and more reliable.
 -----BEGIN PGP SIGNATURE-----
 
 iIoEABYIADIWIQSacvsUNc7UX4ntmEPzXCl4vpKOKwUCaNgb7xQcZWJpZ2dlcnNA
 a2VybmVsLm9yZwAKCRDzXCl4vpKOK0qtAP9NfYoZZi9JkwAiE/URSTjjpK6k62dC
 DBYa8Feductv/AEA+5SRC2x4niBalK5V/sw/nxHREnLm7QPJlRglf+4xHQI=
 =4RsF
 -----END PGP SIGNATURE-----

Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linux

Pull fscrypt updates from Eric Biggers:
 "Make fs/crypto/ use the HMAC-SHA512 library functions instead of
  crypto_shash.

  This is simpler, faster, and more reliable"

* tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linux:
  fscrypt: use HMAC-SHA512 library for HKDF
  fscrypt: Remove redundant __GFP_NOWARN
2025-09-29 15:33:50 -07:00
..
Kconfig fscrypt: use HMAC-SHA512 library for HKDF 2025-09-05 21:01:51 -07:00
Makefile
bio.c fscrypt updates for 6.18 2025-09-29 15:33:50 -07:00
crypto.c fscrypt: replace raw loads of info pointer with helper function 2025-08-21 13:58:06 +02:00
fname.c fscrypt updates for 6.18 2025-09-29 15:33:50 -07:00
fscrypt_private.h fscrypt updates for 6.18 2025-09-29 15:33:50 -07:00
hkdf.c fscrypt: use HMAC-SHA512 library for HKDF 2025-09-05 21:01:51 -07:00
hooks.c fscrypt updates for 6.18 2025-09-29 15:33:50 -07:00
inline_crypt.c fscrypt: replace raw loads of info pointer with helper function 2025-08-21 13:58:06 +02:00
keyring.c fscrypt: use HMAC-SHA512 library for HKDF 2025-09-05 21:01:51 -07:00
keysetup.c fscrypt updates for 6.18 2025-09-29 15:33:50 -07:00
keysetup_v1.c fscrypt: Switch to sync_skcipher and on-stack requests 2025-07-10 12:33:08 -07:00
policy.c fscrypt updates for 6.18 2025-09-29 15:33:50 -07:00