aboutsummaryrefslogtreecommitdiff
path: root/crypto/cipher.c
AgeCommit message (Expand)Author
2024-02-09crypto: Introduce SM4 symmetric cipher algorithmHyman Huang
2021-07-14crypto: add gnutls cipher providerDaniel P. Berrangé
2021-07-14crypto: replace 'des-rfb' cipher with 'des'Daniel P. Berrangé
2020-09-10crypto: Constify cipher data tablesRichard Henderson
2020-09-10crypto: Move cipher->driver init to qcrypto_*_cipher_ctx_newRichard Henderson
2020-09-10crypto: Allocate QCryptoCipher with the subclassRichard Henderson
2020-09-10crypto: Use the correct const type for driverRichard Henderson
2020-09-10crypto: Rename cipher include files to .c.incRichard Henderson
2020-09-10crypto: Assume blocksize is a power of 2Richard Henderson
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