summaryrefslogtreecommitdiff
path: root/crypto/cipher-builtin.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-04qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster1-4/+4
2017-07-19crypto: cipher: add cipher driver frameworkLongpeng(Mike)1-39/+25
2017-07-19crypto: cipher: introduce qcrypto_cipher_ctx_new for builtin-backendLongpeng(Mike)1-46/+55
2016-10-19crypto: add mode check in qcrypto_cipher_new() for cipher-builtinGonglei1-0/+11
2016-10-19crypto: extend mode as a parameter in qcrypto_cipher_supports()Gonglei1-1/+13
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