aboutsummaryrefslogtreecommitdiffstats
path: root/fs/crypto/hkdf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-08fscrypt: add support for hardware-wrapped keysEric Biggers1-1/+3
2025-03-20crypto,fs: Separate out hkdf_extract() and hkdf_expand()Hannes Reinecke1-70/+15
2023-03-27fscrypt: use WARN_ON_ONCE instead of WARN_ONEric Biggers1-2/+2
2021-09-22fscrypt: allow 256-bit master keys with AES-256-XTSEric Biggers1-3/+8
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers1-1/+1
2020-05-08fscrypt: use crypto_shash_tfm_digest()Eric Biggers1-5/+1
2019-12-31fscrypt: constify struct fscrypt_hkdf parameter to fscrypt_hkdf_expand()Eric Biggers1-1/+1
2019-08-12fscrypt: add an HKDF-SHA512 implementationEric Biggers1-0/+181