Searched refs:vhost_crypto (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/backends/ |
H A D | cryptodev-vhost.c | 122 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 D | cryptodev-vhost-user.c | 73 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 …]
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-crypto.c | 1252 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()
|
/openbmc/qemu/ |
H A D | meson_options.txt | 296 option('vhost_crypto', type: 'feature', value: 'auto', feature
|
H A D | meson.build | 163 have_vhost_user_crypto = get_option('vhost_crypto') \
|