summaryrefslogtreecommitdiffstats
path: root/crypto/cipher-afalg.c
Commit message (Expand)AuthorAgeFilesLines
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0Star
* Drop qemu_foo() socket API wrapperMarc-André Lureau2022-03-221-2/+2
* crypto: Move cipher->driver init to qcrypto_*_cipher_ctx_newRichard Henderson2020-09-101-1/+4
* crypto: Allocate QCryptoCipher with the subclassRichard Henderson2020-09-101-8/+12
* crypto: Use the correct const type for driverRichard Henderson2020-09-101-1/+1
* qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster2017-09-041-1/+1
* crypto: cipher: add afalg-backend cipher supportLongpeng(Mike)2017-07-191-0/+226