aboutsummaryrefslogtreecommitdiff
path: root/include/crypto/cipher.h
AgeCommit message (Expand)AuthorFilesLines
2020-09-10crypto: Allocate QCryptoCipher with the subclassRichard Henderson1-1/+0
2020-09-10crypto: Use the correct const type for driverRichard Henderson1-1/+1
2020-09-10crypto: Move QCryptoCipherDriver typedef to crypto/cipher.hRichard Henderson1-0/+1
2019-08-22crypto: define cleanup functions for use with g_autoptrDaniel P. Berrangé1-0/+2
2019-07-19crypto: Fix LGPL information in the file headersThomas Huth1-1/+1
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster1-1/+1
2017-07-19crypto: cipher: add cipher driver frameworkLongpeng(Mike)1-0/+1
2016-10-19crypto: add CTR mode supportGonglei1-3/+3
2016-10-19crypto: extend mode as a parameter in qcrypto_cipher_supports()Gonglei1-2/+4
2016-07-12Clean up ill-advised or unusual header guardsMarkus Armbruster1-3/+3
2016-03-22include/crypto: Include qapi-types.h or qemu/bswap.h instead of qemu-common.hMarkus Armbruster1-1/+1
2016-02-23include: Clean up includesPeter Maydell1-1/+0
2016-02-01crypto: fix description of @errp parameter initializationDaniel P. Berrange1-4/+4
2015-12-23crypto: move QCryptoCipherAlgorithm/Mode enum definitions into QAPIDaniel P. Berrange1-15/+2
2015-12-23crypto: add additional query accessors for cipher instancesDaniel P. Berrange1-0/+37
2015-07-08crypto: introduce generic cipher API & built-in implementationDaniel P. Berrange1-0/+210