summaryrefslogtreecommitdiff
path: root/include/crypto/cipher.h
AgeCommit message (Expand)AuthorFilesLines
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