aboutsummaryrefslogtreecommitdiff
path: root/crypto/cipher-gcrypt.c
AgeCommit message (Expand)Author
2019-07-19crypto: Fix LGPL information in the file headersThomas Huth
2017-09-04qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster
2017-07-19crypto: cipher: add cipher driver frameworkLongpeng(Mike)
2017-07-19crypto: cipher: introduce qcrypto_cipher_ctx_new for gcrypt-backendLongpeng(Mike)
2017-07-19crypto: cipher: introduce context free functionLongpeng(Mike)
2016-12-21crypto: add 3des-ede support when using libgcrypt/nettleLongpeng(Mike)
2016-10-19crypto: add CTR mode supportGonglei
2016-10-19crypto: extend mode as a parameter in qcrypto_cipher_supports()Gonglei
2016-09-12crypto: report enum strings instead of values in errorsDaniel P. Berrange
2016-09-12crypto: ensure XTS is only used with ciphers with 16 byte blocksDaniel P. Berrange
2016-03-17crypto: wire up XTS mode for cipher APIsDaniel P. Berrange
2016-03-17crypto: add support for the twofish cipher algorithmDaniel P. Berrange
2016-03-17crypto: add support for the serpent cipher algorithmDaniel P. Berrange
2016-03-17crypto: add support for the cast5-128 cipher algorithmDaniel P. Berrange
2016-01-29crypto: Clean up includesPeter Maydell
2015-10-22crypto: add sanity checking of plaintext/ciphertext lengthDaniel P. Berrange
2015-07-08crypto: add a gcrypt cipher implementationDaniel P. Berrange