1. a092c51 qapi/crypto: Rename QCryptoCipherAlgorithm to *Algo, and drop prefix by Markus Armbruster · 6 months ago
  2. 52ed9f4 crypto: Introduce SM4 symmetric cipher algorithm by Hyman Huang · 1 year, 3 months ago
  3. 3d2b61f crypto: add gnutls cipher provider by Daniel P. Berrangé · 3 years, 8 months ago
  4. 83bee4b crypto: replace 'des-rfb' cipher with 'des' by Daniel P. Berrangé · 3 years, 8 months ago
  5. e46064a crypto: Constify cipher data tables by Richard Henderson · 4 years, 6 months ago
  6. da30cd7 crypto: Move cipher->driver init to qcrypto_*_cipher_ctx_new by Richard Henderson · 4 years, 6 months ago
  7. 3eedf5c crypto: Allocate QCryptoCipher with the subclass by Richard Henderson · 4 years, 6 months ago
  8. 7b5dbfb crypto: Use the correct const type for driver by Richard Henderson · 4 years, 6 months ago
  9. 6d92bdf crypto: Rename cipher include files to .c.inc by Richard Henderson · 4 years, 6 months ago
  10. eba2977 crypto: Assume blocksize is a power of 2 by Richard Henderson · 4 years, 6 months ago
  11. b7cbb87 crypto: Fix LGPL information in the file headers by Thomas Huth · 6 years ago
  12. 986bc8d crypto: use local path for local headers by Michael S. Tsirkin · 7 years ago
  13. f171063 crypto: afalg: fix a NULL pointer dereference by Longpeng · 7 years ago
  14. 25c60df crypto: cipher: add afalg-backend cipher support by Longpeng(Mike) · 8 years ago
  15. 75c8007 crypto: cipher: add cipher driver framework by Longpeng(Mike) · 8 years ago
  16. 32c813e crypto: assert cipher algorithm is always valid by Prasad J Pandit · 8 years ago
  17. ffb7bf4 crypto: add 3des-ede support when using libgcrypt/nettle by Longpeng(Mike) · 8 years ago
  18. 3c28292 crypto: add CTR mode support by Gonglei · 8 years ago
  19. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  20. eaec903 crypto: wire up XTS mode for cipher APIs by Daniel P. Berrange · 9 years ago
  21. 50f6753 crypto: add support for the twofish cipher algorithm by Daniel P. Berrange · 9 years ago
  22. 9431852 crypto: add support for the serpent cipher algorithm by Daniel P. Berrange · 9 years ago
  23. 084a85e crypto: add support for the cast5-128 cipher algorithm by Daniel P. Berrange · 9 years ago
  24. 42f7a44 crypto: Clean up includes by Peter Maydell · 9 years ago
  25. 50de626 crypto: fix transposed arguments in cipher error message by Daniel P. Berrange · 9 years ago
  26. d8c02bc crypto: move QCryptoCipherAlgorithm/Mode enum definitions into QAPI by Daniel P. Berrange · 9 years ago
  27. dd2bf9e crypto: add additional query accessors for cipher instances by Daniel P. Berrange · 9 years ago
  28. 91bfcdb crypto: allow use of nettle/gcrypt to be selected explicitly by Daniel P. Berrange · 9 years ago
  29. ed75474 crypto: add a nettle cipher implementation by Daniel P. Berrange · 10 years ago
  30. 62893b6 crypto: add a gcrypt cipher implementation by Daniel P. Berrange · 10 years ago
  31. ca38a4c crypto: introduce generic cipher API & built-in implementation by Daniel P. Berrange · 10 years ago