summaryrefslogtreecommitdiffstats
path: root/crypto/pbkdf-nettle.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: Fix LGPL information in the file headersThomas Huth2019-07-191-1/+1
* qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster2017-09-041-1/+1
* crypto: support more hash algorithms for pbkdfDaniel P. Berrange2016-09-191-9/+54
* crypto: use uint64_t for pbkdf iteration count parametersDaniel P. Berrange2016-09-191-1/+7
* Use #include "..." for our own headers, <...> for othersMarkus Armbruster2016-07-121-1/+1
* 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/+65