summaryrefslogtreecommitdiffstats
path: root/crypto/cipher-builtin.c.inc
Commit message (Expand)AuthorAgeFilesLines
* crypto: delete built-in XTS cipher mode supportDaniel P. Berrangé2021-07-141-60/+0Star
* crypto: delete built-in DES implementationDaniel P. Berrangé2021-07-141-72/+0Star
* crypto/builtin: Split QCryptoCipherBuiltin into subclassesRichard Henderson2020-09-101-309/+210Star
* crypto/builtin: Split and simplify AES_encrypt_cbcRichard Henderson2020-09-101-56/+43Star
* crypto/builtin: Move AES_cbc_encrypt into cipher-builtin.inc.cRichard Henderson2020-09-101-0/+56
* crypto/builtin: Merge qcrypto_cipher_aes_{ecb,xts}_{en,de}cryptRichard Henderson2020-09-101-51/+22Star
* crypto/builtin: Remove odd-sized AES block handlingRichard Henderson2020-09-101-28/+12Star
* crypto: Move cipher->driver init to qcrypto_*_cipher_ctx_newRichard Henderson2020-09-101-0/+4
* crypto: Allocate QCryptoCipher with the subclassRichard Henderson2020-09-101-33/+35
* crypto: Use the correct const type for driverRichard Henderson2020-09-101-1/+1
* crypto: Remove redundant includesRichard Henderson2020-09-101-2/+0Star
* crypto: Rename cipher include files to .c.incRichard Henderson2020-09-101-0/+532