summaryrefslogtreecommitdiff
path: root/hw/virtio/virtio-crypto.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-01cryptodev: add vhost supportGonglei1-0/+70
2017-07-14virtio-crypto: Convert to DEFINE_PROP_LINKFam Zheng1-20/+7
2017-07-14qom: enforce readonly nature of link's check callbackIgor Mammedov1-1/+1
2017-01-24hw: Fix typos found by codespellStefan Weil1-1/+1
2017-01-10virtio-crypto: zeroize the key material before freeGonglei1-1/+12
2017-01-10virtio-crypto: avoid one cryptodev device is used by multiple virtio crypto d...Gonglei1-1/+15
2017-01-10cryptodev: wrap the ready flagGonglei1-2/+2
2017-01-10cryptodev: introduce a new is_used propertyGonglei1-0/+2
2017-01-10virtio-crypto: use the correct length for cipher operationGonglei1-1/+1
2017-01-10virtio-crypto: fix possible integer and heap overflowGonglei1-2/+2
2016-11-30virtio-crypto: fix uninitialized variablesGonglei1-1/+1
2016-11-18virtio-crypto: fix virtio_queue_set_notification() raceStefan Hajnoczi1-2/+11
2016-11-15virtio-crypto: tag as not hotpluggable and migrationGonglei1-0/+1
2016-11-01virtio-crypto: using bh to handle dataq's requestsGonglei1-2/+53
2016-11-01cryptodev: introduce an unified wrapper for crypto operationGonglei1-5/+5
2016-11-01virtio-crypto: add data queue processing handlerGonglei1-1/+357
2016-11-01virtio-crypto: add control queue handlerGonglei1-1/+298
2016-11-01virtio-crypto: set capacity of algorithms supportedGonglei1-0/+43
2016-11-01virtio-crypto: add virtio crypto device emulationGonglei1-0/+151