]> git.proxmox.com Git - mirror_qemu.git/history - crypto/cipher-builtin.c.inc
qemu-docs: Update options for graphical frontends
[mirror_qemu.git] / crypto / cipher-builtin.c.inc
2021-07-16 Peter MaydellMerge remote-tracking branch 'remotes/armbru/tags/pull...
2021-07-16 Peter MaydellMerge remote-tracking branch 'remotes/alistair/tags...
2021-07-15 Peter MaydellMerge remote-tracking branch 'remotes/awilliam/tags...
2021-07-15 Peter MaydellMerge remote-tracking branch 'remotes/berrange-gitlab...
2021-07-14 Daniel P. Berrangécrypto: delete built-in XTS cipher mode support
2021-07-14 Daniel P. Berrangécrypto: delete built-in DES implementation
2020-09-13 Peter MaydellMerge remote-tracking branch 'remotes/alistair/tags...
2020-09-12 Peter MaydellMerge remote-tracking branch 'remotes/stsquad/tags...
2020-09-12 Peter MaydellMerge remote-tracking branch 'remotes/berrange-gitlab...
2020-09-10 Richard Hendersoncrypto/builtin: Split QCryptoCipherBuiltin into subclasses
2020-09-10 Richard Hendersoncrypto/builtin: Split and simplify AES_encrypt_cbc
2020-09-10 Richard Hendersoncrypto/builtin: Move AES_cbc_encrypt into cipher-builti...
2020-09-10 Richard Hendersoncrypto/builtin: Merge qcrypto_cipher_aes_{ecb,xts}_...
2020-09-10 Richard Hendersoncrypto/builtin: Remove odd-sized AES block handling
2020-09-10 Richard Hendersoncrypto: Move cipher->driver init to qcrypto_*_cipher_ct...
2020-09-10 Richard Hendersoncrypto: Allocate QCryptoCipher with the subclass
2020-09-10 Richard Hendersoncrypto: Use the correct const type for driver
2020-09-10 Richard Hendersoncrypto: Remove redundant includes
2020-09-10 Richard Hendersoncrypto: Rename cipher include files to .c.inc