summaryrefslogtreecommitdiffstats
path: root/crypto/cipher-gcrypt.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: wire up XTS mode for cipher APIsDaniel P. Berrange2016-03-171-25/+98
* crypto: add support for the twofish cipher algorithmDaniel P. Berrange2016-03-171-0/+12
* crypto: add support for the serpent cipher algorithmDaniel P. Berrange2016-03-171-0/+18
* crypto: add support for the cast5-128 cipher algorithmDaniel P. Berrange2016-03-171-1/+17
* crypto: Clean up includesPeter Maydell2016-01-291-0/+1
* crypto: add sanity checking of plaintext/ciphertext lengthDaniel P. Berrange2015-10-221-16/+45
* crypto: add a gcrypt cipher implementationDaniel P. Berrange2015-07-081-0/+195