aboutsummaryrefslogtreecommitdiff
path: root/crypto/cipher.c
AgeCommit message (Expand)Author
2019-07-19crypto: Fix LGPL information in the file headersThomas Huth
2018-06-01crypto: use local path for local headersMichael S. Tsirkin
2017-11-08crypto: afalg: fix a NULL pointer dereferenceLongpeng
2017-07-19crypto: cipher: add afalg-backend cipher supportLongpeng(Mike)
2017-07-19crypto: cipher: add cipher driver frameworkLongpeng(Mike)
2017-02-27crypto: assert cipher algorithm is always validPrasad J Pandit
2016-12-21crypto: add 3des-ede support when using libgcrypt/nettleLongpeng(Mike)
2016-10-19crypto: add CTR mode supportGonglei
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
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-12-23crypto: fix transposed arguments in cipher error messageDaniel P. Berrange
2015-12-23crypto: move QCryptoCipherAlgorithm/Mode enum definitions into QAPIDaniel P. Berrange
2015-12-23crypto: add additional query accessors for cipher instancesDaniel P. Berrange
2015-10-22crypto: allow use of nettle/gcrypt to be selected explicitlyDaniel P. Berrange
2015-07-08crypto: add a nettle cipher implementationDaniel P. Berrange
2015-07-08crypto: add a gcrypt cipher implementationDaniel P. Berrange
2015-07-08crypto: introduce generic cipher API & built-in implementationDaniel P. Berrange