summaryrefslogtreecommitdiffstats
path: root/crypto/cipher.c
Commit message (Expand)AuthorAgeFilesLines
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2019-11-291-0/+1
* crypto: wire up XTS mode for cipher APIsDaniel P. Berrange2019-11-291-4/+23
* crypto: add support for the twofish cipher algorithmDaniel P. Berrange2019-11-291-0/+6
* crypto: add support for the serpent cipher algorithmDaniel P. Berrange2019-11-291-0/+6
* crypto: add support for the cast5-128 cipher algorithmDaniel P. Berrange2019-11-291-0/+2
* crypto: Clean up includesPeter Maydell2019-11-291-0/+1
* crypto: fix transposed arguments in cipher error messageDaniel P. Berrange2019-11-291-1/+1
* crypto: move QCryptoCipherAlgorithm/Mode enum definitions into QAPIDaniel P. Berrange2019-11-291-4/+4
* crypto: add additional query accessors for cipher instancesDaniel P. Berrange2019-11-291-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
OpenPOWER on IntegriCloud