aboutsummaryrefslogtreecommitdiff
path: root/include/sysemu/cryptodev.h
AgeCommit message (Expand)AuthorFilesLines
2022-11-02cryptodev: Add a lkcf-backend for cryptodevLei He1-0/+1
2022-11-02virtio-crypto: Support asynchronous modeLei He1-18/+42
2022-06-16crypto: Introduce RSA algorithmzhenwei pi1-16/+67
2020-10-27cryptodev: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-09-18qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost1-1/+1
2020-09-09Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost1-4/+2
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-9/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-3/+4
2020-03-16misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé1-1/+1
2019-08-16Include qemu/queue.h slightly lessMarkus Armbruster1-0/+1
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2018-03-01cryptodev: add vhost supportGonglei1-0/+8
2017-01-10cryptodev: wrap the ready flagGonglei1-0/+19
2017-01-10cryptodev: introduce a new is_used propertyGonglei1-0/+23
2016-11-01cryptodev: introduce an unified wrapper for crypto operationGonglei1-6/+7
2016-10-30cryptodev: add symmetric algorithm operation stuffGonglei1-0/+149
2016-10-30cryptodev: introduce cryptodev backend interfaceGonglei1-0/+148