summaryrefslogtreecommitdiffstats
path: root/crypto/cipher-builtin.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: wire up XTS mode for cipher APIsDaniel P. Berrange2016-03-171-9/+76
* crypto: refactor code for dealing with AES cipherDaniel P. Berrange2016-03-171-46/+80
* crypto: Clean up includesPeter Maydell2016-01-291-0/+1
* crypto: add sanity checking of plaintext/ciphertext lengthDaniel P. Berrange2015-10-221-0/+15
* crypto: don't let builtin aes crash if no IV is providedDaniel P. Berrange2015-10-221-9/+5Star
* crypto: fix built-in AES decrypt functionDaniel P. Berrange2015-07-271-4/+4
* crypto: fix builtin qcrypto_cipher_freePaolo Bonzini2015-07-091-1/+3
* crypto: introduce generic cipher API & built-in implementationDaniel P. Berrange2015-07-081-0/+398