summaryrefslogtreecommitdiffstats
path: root/crypto/cipher.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: add gnutls cipher providerDaniel P. Berrangé2021-07-141-0/+2
* crypto: replace 'des-rfb' cipher with 'des'Daniel P. Berrangé2021-07-141-23/+5Star
* crypto: Constify cipher data tablesRichard Henderson2020-09-101-3/+3
* crypto: Move cipher->driver init to qcrypto_*_cipher_ctx_newRichard Henderson2020-09-101-7/+0Star
* crypto: Allocate QCryptoCipher with the subclassRichard Henderson2020-09-101-13/+7Star
* crypto: Use the correct const type for driverRichard Henderson2020-09-101-6/+6
* crypto: Rename cipher include files to .c.incRichard Henderson2020-09-101-3/+3
* crypto: Assume blocksize is a power of 2Richard Henderson2020-09-101-0/+1
* crypto: Fix LGPL information in the file headersThomas Huth2019-07-191-1/+1
* crypto: use local path for local headersMichael S. Tsirkin2018-06-011-3/+3
* crypto: afalg: fix a NULL pointer dereferenceLongpeng2017-11-081-4/+1Star
* crypto: cipher: add afalg-backend cipher supportLongpeng(Mike)2017-07-191-4/+19
* crypto: cipher: add cipher driver frameworkLongpeng(Mike)2017-07-191-0/+65
* crypto: assert cipher algorithm is always validPrasad J Pandit2017-02-271-6/+2Star
* crypto: add 3des-ede support when using libgcrypt/nettleLongpeng(Mike)2016-12-211-2/+5
* crypto: add CTR mode supportGonglei2016-10-191-0/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* crypto: wire up XTS mode for cipher APIsDaniel P. Berrange2016-03-171-4/+23
* crypto: add support for the twofish cipher algorithmDaniel P. Berrange2016-03-171-0/+6
* crypto: add support for the serpent cipher algorithmDaniel P. Berrange2016-03-171-0/+6
* crypto: add support for the cast5-128 cipher algorithmDaniel P. Berrange2016-03-171-0/+2
* crypto: Clean up includesPeter Maydell2016-01-291-0/+1
* crypto: fix transposed arguments in cipher error messageDaniel P. Berrange2015-12-231-1/+1
* crypto: move QCryptoCipherAlgorithm/Mode enum definitions into QAPIDaniel P. Berrange2015-12-231-4/+4
* crypto: add additional query accessors for cipher instancesDaniel P. Berrange2015-12-231-0/+48
* crypto: allow use of nettle/gcrypt to be selected explicitlyDaniel P. Berrange2015-10-221-4/+4
* crypto: add a nettle cipher implementationDaniel P. Berrange2015-07-081-2/+4
* crypto: add a gcrypt cipher implementationDaniel P. Berrange2015-07-081-0/+23
* crypto: introduce generic cipher API & built-in implementationDaniel P. Berrange2015-07-081-0/+49