summaryrefslogtreecommitdiffstats
path: root/fs/crypto/hkdf.c
Commit message (Expand)AuthorAgeFilesLines
* 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