summaryrefslogtreecommitdiffstats
path: root/include/crypto/cipher.h
Commit message (Expand)AuthorAgeFilesLines
* crypto: Allocate QCryptoCipher with the subclassRichard Henderson2020-09-101-1/+0Star
* crypto: Use the correct const type for driverRichard Henderson2020-09-101-1/+1
* crypto: Move QCryptoCipherDriver typedef to crypto/cipher.hRichard Henderson2020-09-101-0/+1
* crypto: define cleanup functions for use with g_autoptrDaniel P. Berrangé2019-08-221-0/+2
* crypto: Fix LGPL information in the file headersThomas Huth2019-07-191-1/+1
* Include less of the generated modular QAPI headersMarkus Armbruster2018-03-021-1/+1
* crypto: cipher: add cipher driver frameworkLongpeng(Mike)2017-07-191-0/+1
* crypto: add CTR mode supportGonglei2016-10-191-3/+3
* crypto: extend mode as a parameter in qcrypto_cipher_supports()Gonglei2016-10-191-2/+4
* Clean up ill-advised or unusual header guardsMarkus Armbruster2016-07-121-3/+3
* include/crypto: Include qapi-types.h or qemu/bswap.h instead of qemu-common.hMarkus Armbruster2016-03-221-1/+1
* include: Clean up includesPeter Maydell2016-02-231-1/+0Star
* crypto: fix description of @errp parameter initializationDaniel P. Berrange2016-02-011-4/+4
* crypto: move QCryptoCipherAlgorithm/Mode enum definitions into QAPIDaniel P. Berrange2015-12-231-15/+2Star
* crypto: add additional query accessors for cipher instancesDaniel P. Berrange2015-12-231-0/+37
* crypto: introduce generic cipher API & built-in implementationDaniel P. Berrange2015-07-081-0/+210