summaryrefslogtreecommitdiffstats
path: root/crypto/pbkdf.c
Commit message (Expand)AuthorAgeFilesLines
* crypto/luks: Support creating LUKS image on DarwinJungmin Park2022-10-261-0/+23
* crypto: use auto cleanup for many stack variablesDaniel P. Berrangé2019-08-221-4/+1Star
* crypto: Fix LGPL information in the file headersThomas Huth2019-07-191-1/+1
* crypto: use correct derived key size when timing pbkdfDaniel P. Berrange2016-09-191-3/+7
* crypto: clear out buffer after timing pbkdf algorithmDaniel P. Berrange2016-09-191-4/+9
* crypto: use uint64_t for pbkdf iteration count parametersDaniel P. Berrange2016-09-191-11/+5Star
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* crypto: add support for PBKDF2 algorithmDaniel P. Berrange2016-03-171-0/+109