summaryrefslogtreecommitdiff
path: root/crypto/cipher-builtin.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-12crypto: report enum strings instead of values in errorsDaniel P. Berrange1-3/+6
2016-03-17crypto: wire up XTS mode for cipher APIsDaniel P. Berrange1-9/+76
2016-03-17crypto: refactor code for dealing with AES cipherDaniel P. Berrange1-46/+80
2016-01-29crypto: Clean up includesPeter Maydell1-0/+1
2015-10-22crypto: add sanity checking of plaintext/ciphertext lengthDaniel P. Berrange1-0/+15
2015-10-22crypto: don't let builtin aes crash if no IV is providedDaniel P. Berrange1-9/+5
2015-07-27crypto: fix built-in AES decrypt functionDaniel P. Berrange1-4/+4
2015-07-09crypto: fix builtin qcrypto_cipher_freePaolo Bonzini1-1/+3
2015-07-08crypto: introduce generic cipher API & built-in implementationDaniel P. Berrange1-0/+398