summaryrefslogtreecommitdiff
path: root/crypto/cipher-builtin.c.inc
AgeCommit message (Expand)Author
2021-07-14crypto: delete built-in XTS cipher mode supportDaniel P. Berrangé
2021-07-14crypto: delete built-in DES implementationDaniel P. Berrangé
2020-09-10crypto/builtin: Split QCryptoCipherBuiltin into subclassesRichard Henderson
2020-09-10crypto/builtin: Split and simplify AES_encrypt_cbcRichard Henderson
2020-09-10crypto/builtin: Move AES_cbc_encrypt into cipher-builtin.inc.cRichard Henderson
2020-09-10crypto/builtin: Merge qcrypto_cipher_aes_{ecb,xts}_{en,de}cryptRichard Henderson
2020-09-10crypto/builtin: Remove odd-sized AES block handlingRichard Henderson
2020-09-10crypto: Move cipher->driver init to qcrypto_*_cipher_ctx_newRichard Henderson
2020-09-10crypto: Allocate QCryptoCipher with the subclassRichard Henderson
2020-09-10crypto: Use the correct const type for driverRichard Henderson
2020-09-10crypto: Remove redundant includesRichard Henderson
2020-09-10crypto: Rename cipher include files to .c.incRichard Henderson