aboutsummaryrefslogtreecommitdiff
path: root/crypto/cipher-builtin.c
AgeCommit message (Expand)Author
2017-09-04qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster
2017-07-19crypto: cipher: add cipher driver frameworkLongpeng(Mike)
2017-07-19crypto: cipher: introduce qcrypto_cipher_ctx_new for builtin-backendLongpeng(Mike)
2016-10-19crypto: add mode check in qcrypto_cipher_new() for cipher-builtinGonglei
2016-10-19crypto: extend mode as a parameter in qcrypto_cipher_supports()Gonglei
2016-09-12crypto: report enum strings instead of values in errorsDaniel P. Berrange
2016-03-17crypto: wire up XTS mode for cipher APIsDaniel P. Berrange
2016-03-17crypto: refactor code for dealing with AES cipherDaniel P. Berrange
2016-01-29crypto: Clean up includesPeter Maydell
2015-10-22crypto: add sanity checking of plaintext/ciphertext lengthDaniel P. Berrange
2015-10-22crypto: don't let builtin aes crash if no IV is providedDaniel P. Berrange
2015-07-27crypto: fix built-in AES decrypt functionDaniel P. Berrange
2015-07-09crypto: fix builtin qcrypto_cipher_freePaolo Bonzini
2015-07-08crypto: introduce generic cipher API & built-in implementationDaniel P. Berrange