summaryrefslogtreecommitdiffstats
path: root/tests/test-crypto-cipher.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: add 3des-ede support when using libgcrypt/nettleLongpeng(Mike)2016-12-211-0/+119
* crypto: add CTR mode supportGonglei2016-10-191-0/+55
* crypto: extend mode as a parameter in qcrypto_cipher_supports()Gonglei2016-10-191-1/+1
* crypto: ensure XTS is only used with ciphers with 16 byte blocksDaniel P. Berrange2016-09-121-8/+35
* tests: Remove unnecessary glib.h includesPeter Maydell2016-06-071-1/+0Star
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* crypto: wire up XTS mode for cipher APIsDaniel P. Berrange2016-03-171-1/+133
* crypto: add support for the twofish cipher algorithmDaniel P. Berrange2016-03-171-0/+29
* crypto: add support for the serpent cipher algorithmDaniel P. Berrange2016-03-171-0/+39
* crypto: add support for the cast5-128 cipher algorithmDaniel P. Berrange2016-03-171-0/+9
* crypto: skip testing of unsupported cipher algorithmsDaniel P. Berrange2016-03-171-1/+3
* tests: Clean up includesPeter Maydell2016-02-161-0/+1
* crypto: add additional query accessors for cipher instancesDaniel P. Berrange2015-12-231-0/+10
* crypto: add sanity checking of plaintext/ciphertext lengthDaniel P. Berrange2015-10-221-0/+50
* crypto: don't let builtin aes crash if no IV is providedDaniel P. Berrange2015-10-221-0/+30
* crypto: extend unit tests to cover decryption tooDaniel P. Berrange2015-07-271-8/+20
* crypto: introduce generic cipher API & built-in implementationDaniel P. Berrange2015-07-081-0/+290