index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
cipher-builtin.c.inc
Age
Commit message (
Expand
)
Author
2024-09-10
qapi/crypto: Rename QCryptoCipherAlgorithm to *Algo, and drop prefix
Markus Armbruster
2021-07-14
crypto: delete built-in XTS cipher mode support
Daniel P. Berrangé
2021-07-14
crypto: delete built-in DES implementation
Daniel P. Berrangé
2020-09-10
crypto/builtin: Split QCryptoCipherBuiltin into subclasses
Richard Henderson
2020-09-10
crypto/builtin: Split and simplify AES_encrypt_cbc
Richard Henderson
2020-09-10
crypto/builtin: Move AES_cbc_encrypt into cipher-builtin.inc.c
Richard Henderson
2020-09-10
crypto/builtin: Merge qcrypto_cipher_aes_{ecb,xts}_{en,de}crypt
Richard Henderson
2020-09-10
crypto/builtin: Remove odd-sized AES block handling
Richard Henderson
2020-09-10
crypto: Move cipher->driver init to qcrypto_*_cipher_ctx_new
Richard Henderson
2020-09-10
crypto: Allocate QCryptoCipher with the subclass
Richard Henderson
2020-09-10
crypto: Use the correct const type for driver
Richard Henderson
2020-09-10
crypto: Remove redundant includes
Richard Henderson
2020-09-10
crypto: Rename cipher include files to .c.inc
Richard Henderson