summaryrefslogtreecommitdiffstats
path: root/fs/crypto/hkdf.c
Commit message (Expand)AuthorAgeFilesLines
* fscrypt: use WARN_ON_ONCE instead of WARN_ONEric Biggers2023-03-271-2/+2
* fscrypt: allow 256-bit master keys with AES-256-XTSEric Biggers2021-09-221-3/+8
* crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-201-1/+1
* fscrypt: use crypto_shash_tfm_digest()Eric Biggers2020-05-081-5/+1
* fscrypt: constify struct fscrypt_hkdf parameter to fscrypt_hkdf_expand()Eric Biggers2019-12-311-1/+1
* fscrypt: add an HKDF-SHA512 implementationEric Biggers2019-08-121-0/+181