summaryrefslogtreecommitdiffstats
path: root/fs/crypto/hkdf.c
Commit message (Expand)AuthorAgeFilesLines
* fscrypt: allow 256-bit master keys with AES-256-XTSEric Biggers2021-11-181-3/+8
* 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