summaryrefslogtreecommitdiffstats
path: root/crypto/cipher-builtin.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: add mode check in qcrypto_cipher_new() for cipher-builtinGonglei2016-10-191-0/+11
* crypto: extend mode as a parameter in qcrypto_cipher_supports()Gonglei2016-10-191-1/+13
* crypto: report enum strings instead of values in errorsDaniel P. Berrange2016-09-121-3/+6
* 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