Home
last modified time | relevance | path

Searched refs:CryptoDevBackendVhost (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/backends/
H A Dcryptodev-vhost.c37 CryptoDevBackendVhost *crypto) in cryptodev_vhost_get_max_queues()
42 void cryptodev_vhost_cleanup(CryptoDevBackendVhost *crypto) in cryptodev_vhost_cleanup()
48 struct CryptoDevBackendVhost *
53 CryptoDevBackendVhost *crypto; in cryptodev_vhost_init()
56 crypto = g_new(CryptoDevBackendVhost, 1); in cryptodev_vhost_init()
83 cryptodev_vhost_start_one(CryptoDevBackendVhost *crypto, in cryptodev_vhost_start_one()
110 cryptodev_vhost_stop_one(CryptoDevBackendVhost *crypto, in cryptodev_vhost_stop_one()
117 CryptoDevBackendVhost *
122 CryptoDevBackendVhost *vhost_crypto = NULL; in cryptodev_get_vhost()
142 cryptodev_vhost_set_vq_index(CryptoDevBackendVhost *crypto, in cryptodev_vhost_set_vq_index()
[all …]
H A Dcryptodev-vhost-user.c52 CryptoDevBackendVhost *vhost_crypto[MAX_CRYPTO_QUEUE_NUM];
57 CryptoDevBackendVhost *crypto) in cryptodev_vhost_user_running()
62 CryptoDevBackendVhost *
242 CryptoDevBackendVhost *vhost_crypto; in cryptodev_vhost_user_crypto_create_session()
313 CryptoDevBackendVhost *vhost_crypto; in cryptodev_vhost_user_close_session()
/openbmc/qemu/include/sysemu/
H A Dcryptodev-vhost.h41 typedef struct CryptoDevBackendVhost { struct
46 } CryptoDevBackendVhost; argument
59 CryptoDevBackendVhost *crypto);
74 struct CryptoDevBackendVhost *
87 CryptoDevBackendVhost *crypto);
100 CryptoDevBackendVhost *
H A Dcryptodev-vhost-user.h44 CryptoDevBackendVhost *
/openbmc/qemu/hw/virtio/
H A Dvirtio-crypto.c1252 CryptoDevBackendVhost *vhost_crypto; in virtio_crypto_get_vhost()