aboutsummaryrefslogtreecommitdiff
path: root/crypto/pbkdf.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-26crypto/luks: Support creating LUKS image on DarwinJungmin Park1-0/+23
2019-08-22crypto: use auto cleanup for many stack variablesDaniel P. Berrangé1-4/+1
2019-07-19crypto: Fix LGPL information in the file headersThomas Huth1-1/+1
2016-09-19crypto: use correct derived key size when timing pbkdfDaniel P. Berrange1-3/+7
2016-09-19crypto: clear out buffer after timing pbkdf algorithmDaniel P. Berrange1-4/+9
2016-09-19crypto: use uint64_t for pbkdf iteration count parametersDaniel P. Berrange1-11/+5
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-17crypto: add support for PBKDF2 algorithmDaniel P. Berrange1-0/+109