summaryrefslogtreecommitdiffstats
path: root/tests/test-crypto-cipher.c
Commit message (Expand)AuthorAgeFilesLines
* 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