aboutsummaryrefslogtreecommitdiff
path: root/crypto/pbkdf.c
AgeCommit message (Expand)Author
2024-09-10qapi/crypto: Rename QCryptoHashAlgorithm to *Algo, and drop prefixMarkus Armbruster
2024-09-09crypto: run qcrypto_pbkdf2_count_iters in a new threadTiago Pasqualini
2022-10-26crypto/luks: Support creating LUKS image on DarwinJungmin Park
2019-08-22crypto: use auto cleanup for many stack variablesDaniel P. Berrangé
2019-07-19crypto: Fix LGPL information in the file headersThomas Huth
2016-09-19crypto: use correct derived key size when timing pbkdfDaniel P. Berrange
2016-09-19crypto: clear out buffer after timing pbkdf algorithmDaniel P. Berrange
2016-09-19crypto: use uint64_t for pbkdf iteration count parametersDaniel P. Berrange
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-17crypto: add support for PBKDF2 algorithmDaniel P. Berrange