summaryrefslogtreecommitdiff
path: root/tests/test-crypto-cipher.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-17crypto: wire up XTS mode for cipher APIsDaniel P. Berrange1-1/+133
2016-03-17crypto: add support for the twofish cipher algorithmDaniel P. Berrange1-0/+29
2016-03-17crypto: add support for the serpent cipher algorithmDaniel P. Berrange1-0/+39
2016-03-17crypto: add support for the cast5-128 cipher algorithmDaniel P. Berrange1-0/+9
2016-03-17crypto: skip testing of unsupported cipher algorithmsDaniel P. Berrange1-1/+3
2016-02-16tests: Clean up includesPeter Maydell1-0/+1
2015-12-23crypto: add additional query accessors for cipher instancesDaniel P. Berrange1-0/+10
2015-10-22crypto: add sanity checking of plaintext/ciphertext lengthDaniel P. Berrange1-0/+50
2015-10-22crypto: don't let builtin aes crash if no IV is providedDaniel P. Berrange1-0/+30
2015-07-27crypto: extend unit tests to cover decryption tooDaniel P. Berrange1-8/+20
2015-07-08crypto: introduce generic cipher API & built-in implementationDaniel P. Berrange1-0/+290