summaryrefslogtreecommitdiffstats
path: root/crypto/cipher-gcrypt.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: add support for gcrypt's native XTS implDaniel P. Berrangé2019-10-281-33/+64
* crypto: Fix LGPL information in the file headersThomas Huth2019-07-191-1/+1
* qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster2017-09-041-2/+2
* crypto: cipher: add cipher driver frameworkLongpeng(Mike)2017-07-191-42/+30Star
* crypto: cipher: introduce qcrypto_cipher_ctx_new for gcrypt-backendLongpeng(Mike)2017-07-191-17/+33
* crypto: cipher: introduce context free functionLongpeng(Mike)2017-07-191-13/+18
* crypto: add 3des-ede support when using libgcrypt/nettleLongpeng(Mike)2016-12-211-0/+6
* crypto: add CTR mode supportGonglei2016-10-191-6/+19
* crypto: extend mode as a parameter in qcrypto_cipher_supports()Gonglei2016-10-191-1/+12
* crypto: report enum strings instead of values in errorsDaniel P. Berrange2016-09-121-2/+4
* crypto: ensure XTS is only used with ciphers with 16 byte blocksDaniel P. Berrange2016-09-121-0/+6
* 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