summaryrefslogtreecommitdiffstats
path: root/crypto/cipher.c
Commit message (Expand)AuthorAgeFilesLines
* 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