Home
last modified time | relevance | path

Searched refs:vhost_crypto (Results 1 – 4 of 4) sorted by relevance

/qemu/backends/
H A Dcryptodev-vhost.c122 CryptoDevBackendVhost *vhost_crypto = NULL; in cryptodev_get_vhost() local
138 return vhost_crypto; in cryptodev_get_vhost()
180 CryptoDevBackendVhost *vhost_crypto; in cryptodev_vhost_start() local
191 vhost_crypto = cryptodev_get_vhost(cc, b, i); in cryptodev_vhost_start()
212 vhost_crypto = cryptodev_get_vhost(cc, b, i); in cryptodev_vhost_start()
234 vhost_crypto = cryptodev_get_vhost(cc, b, i); in cryptodev_vhost_start()
235 cryptodev_vhost_stop_one(vhost_crypto, dev); in cryptodev_vhost_start()
252 CryptoDevBackendVhost *vhost_crypto; in cryptodev_vhost_stop() local
261 cryptodev_vhost_stop_one(vhost_crypto, dev); in cryptodev_vhost_stop()
277 CryptoDevBackendVhost *vhost_crypto; in cryptodev_vhost_virtqueue_mask() local
[all …]
H A Dcryptodev-vhost-user.c73 return s->vhost_crypto[queue]; in cryptodev_vhost_user_get_vhost()
86 cryptodev_vhost_cleanup(s->vhost_crypto[i]); in cryptodev_vhost_user_stop()
87 s->vhost_crypto[i] = NULL; in cryptodev_vhost_user_stop()
108 s->vhost_crypto[i] = cryptodev_vhost_init(&options); in cryptodev_vhost_user_start()
109 if (!s->vhost_crypto[i]) { in cryptodev_vhost_user_start()
242 CryptoDevBackendVhost *vhost_crypto; in cryptodev_vhost_user_crypto_create_session() local
247 if (vhost_crypto) { in cryptodev_vhost_user_crypto_create_session()
248 struct vhost_dev *dev = &(vhost_crypto->dev); in cryptodev_vhost_user_crypto_create_session()
313 CryptoDevBackendVhost *vhost_crypto; in cryptodev_vhost_user_close_session() local
317 if (vhost_crypto) { in cryptodev_vhost_user_close_session()
[all …]
/qemu/hw/virtio/
H A Dvirtio-crypto.c1252 CryptoDevBackendVhost *vhost_crypto = cryptodev_get_vhost(cc, b, 0); in virtio_crypto_get_vhost() local
1253 return &vhost_crypto->dev; in virtio_crypto_get_vhost()
/qemu/
H A Dmeson_options.txt294 option('vhost_crypto', type: 'feature', value: 'auto', feature