Home
last modified time | relevance | path

Searched refs:CryptoDevBackendClient (Results 1 – 9 of 9) sorted by relevance

/qemu/include/sysemu/
H A Dcryptodev.h50 typedef struct CryptoDevBackendClient
51 CryptoDevBackendClient; typedef
216 struct CryptoDevBackendClient { struct
221 QTAILQ_ENTRY(CryptoDevBackendClient) next; argument
225 CryptoDevBackendClient *ccs[MAX_CRYPTO_QUEUE_NUM];
325 CryptoDevBackendClient *cryptodev_backend_new_client(void);
335 CryptoDevBackendClient *cc);
H A Dcryptodev-vhost.h38 CryptoDevBackendClient *cc;
45 CryptoDevBackendClient *cc;
101 cryptodev_get_vhost(CryptoDevBackendClient *cc,
H A Dcryptodev-vhost-user.h46 CryptoDevBackendClient *cc,
/qemu/backends/
H A Dcryptodev-vhost.c118 cryptodev_get_vhost(CryptoDevBackendClient *cc, in cryptodev_get_vhost()
149 vhost_set_vring_enable(CryptoDevBackendClient *cc, in vhost_set_vring_enable()
181 CryptoDevBackendClient *cc; in cryptodev_vhost_start()
253 CryptoDevBackendClient *cc; in cryptodev_vhost_stop()
278 CryptoDevBackendClient *cc; in cryptodev_vhost_virtqueue_mask()
294 CryptoDevBackendClient *cc; in cryptodev_vhost_virtqueue_pending()
322 cryptodev_get_vhost(CryptoDevBackendClient *cc, in cryptodev_get_vhost()
H A Dcryptodev-vhost-user.c64 CryptoDevBackendClient *cc, in cryptodev_vhost_user_get_vhost()
188 CryptoDevBackendClient *cc; in cryptodev_vhost_user_init()
240 CryptoDevBackendClient *cc = in cryptodev_vhost_user_crypto_create_session()
311 CryptoDevBackendClient *cc = in cryptodev_vhost_user_close_session()
343 CryptoDevBackendClient *cc; in cryptodev_vhost_user_cleanup()
H A Dcryptodev.c60 static QTAILQ_HEAD(, CryptoDevBackendClient) crypto_clients;
84 CryptoDevBackendClient *cc = backend->conf.peers.ccs[i]; in qmp_query_cryptodev_foreach()
107 CryptoDevBackendClient *cryptodev_backend_new_client(void) in cryptodev_backend_new_client()
109 CryptoDevBackendClient *cc; in cryptodev_backend_new_client()
111 cc = g_new0(CryptoDevBackendClient, 1); in cryptodev_backend_new_client()
118 CryptoDevBackendClient *cc) in cryptodev_backend_free_client()
H A Dcryptodev-builtin.c81 CryptoDevBackendClient *cc; in cryptodev_builtin_init()
591 CryptoDevBackendClient *cc; in cryptodev_builtin_cleanup()
H A Dcryptodev-lkcf.c211 CryptoDevBackendClient *cc; in cryptodev_lkcf_init()
256 CryptoDevBackendClient *cc; in cryptodev_lkcf_cleanup()
/qemu/hw/virtio/
H A Dvirtio-crypto.c1175 CryptoDevBackendClient *cc = b->conf.peers.ccs[0]; in virtio_crypto_vhost_status()
1251 CryptoDevBackendClient *cc = b->conf.peers.ccs[0]; in virtio_crypto_get_vhost()