aboutsummaryrefslogtreecommitdiff
path: root/crypto/cipher-afalg.c
AgeCommit message (Expand)AuthorFilesLines
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