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