summaryrefslogtreecommitdiff
path: root/crypto/cipher-gcrypt.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-21crypto: add 3des-ede support when using libgcrypt/nettleLongpeng(Mike)1-0/+6
2016-10-19crypto: add CTR mode supportGonglei1-6/+19
2016-10-19crypto: extend mode as a parameter in qcrypto_cipher_supports()Gonglei1-1/+12
2016-09-12crypto: report enum strings instead of values in errorsDaniel P. Berrange1-2/+4
2016-09-12crypto: ensure XTS is only used with ciphers with 16 byte blocksDaniel P. Berrange1-0/+6
2016-03-17crypto: wire up XTS mode for cipher APIsDaniel P. Berrange1-25/+98
2016-03-17crypto: add support for the twofish cipher algorithmDaniel P. Berrange1-0/+12
2016-03-17crypto: add support for the serpent cipher algorithmDaniel P. Berrange1-0/+18
2016-03-17crypto: add support for the cast5-128 cipher algorithmDaniel P. Berrange1-1/+17
2016-01-29crypto: Clean up includesPeter Maydell1-0/+1
2015-10-22crypto: add sanity checking of plaintext/ciphertext lengthDaniel P. Berrange1-16/+45
2015-07-08crypto: add a gcrypt cipher implementationDaniel P. Berrange1-0/+195