aboutsummaryrefslogtreecommitdiff
path: root/crypto/cipherpriv.h
AgeCommit message (Expand)AuthorFilesLines
2020-09-10crypto: Move cipher->driver init to qcrypto_*_cipher_ctx_newRichard Henderson1-2/+0
2020-09-10crypto: Allocate QCryptoCipher with the subclassRichard Henderson1-1/+1
2020-09-10crypto: Use the correct const type for driverRichard Henderson1-1/+1
2020-09-10crypto: Move QCryptoCipherDriver typedef to crypto/cipher.hRichard Henderson1-2/+0
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster1-1/+1
2017-07-19crypto: cipher: add afalg-backend cipher supportLongpeng(Mike)1-0/+16
2017-07-19crypto: cipher: add cipher driver frameworkLongpeng(Mike)1-0/+40