summaryrefslogtreecommitdiff
path: root/crypto/cipher.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-17crypto: wire up XTS mode for cipher APIsDaniel P. Berrange1-4/+23
2016-03-17crypto: add support for the twofish cipher algorithmDaniel P. Berrange1-0/+6
2016-03-17crypto: add support for the serpent cipher algorithmDaniel P. Berrange1-0/+6
2016-03-17crypto: add support for the cast5-128 cipher algorithmDaniel P. Berrange1-0/+2
2016-01-29crypto: Clean up includesPeter Maydell1-0/+1
2015-12-23crypto: fix transposed arguments in cipher error messageDaniel P. Berrange1-1/+1
2015-12-23crypto: move QCryptoCipherAlgorithm/Mode enum definitions into QAPIDaniel P. Berrange1-4/+4
2015-12-23crypto: add additional query accessors for cipher instancesDaniel P. Berrange1-0/+48
2015-10-22crypto: allow use of nettle/gcrypt to be selected explicitlyDaniel P. Berrange1-4/+4
2015-07-08crypto: add a nettle cipher implementationDaniel P. Berrange1-2/+4
2015-07-08crypto: add a gcrypt cipher implementationDaniel P. Berrange1-0/+23
2015-07-08crypto: introduce generic cipher API & built-in implementationDaniel P. Berrange1-0/+49