aboutsummaryrefslogtreecommitdiff
path: root/crypto/cipher-afalg.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-03-22Drop qemu_foo() socket API wrapperMarc-André Lureau1-2/+2
2020-09-10crypto: Move cipher->driver init to qcrypto_*_cipher_ctx_newRichard Henderson1-1/+4
2020-09-10crypto: Allocate QCryptoCipher with the subclassRichard Henderson1-8/+12
2020-09-10crypto: Use the correct const type for driverRichard Henderson1-1/+1
2017-09-04qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster1-1/+1
2017-07-19crypto: cipher: add afalg-backend cipher supportLongpeng(Mike)1-0/+226