Lines Matching full:cc
64 CryptoDevBackendClient *cc, in cryptodev_vhost_user_get_vhost() argument
70 assert(cc->type == QCRYPTODEV_BACKEND_TYPE_VHOST_USER); in cryptodev_vhost_user_get_vhost()
107 options.cc = b->conf.peers.ccs[i]; in cryptodev_vhost_user_start()
188 CryptoDevBackendClient *cc; in cryptodev_vhost_user_init() local
201 cc = cryptodev_backend_new_client(); in cryptodev_vhost_user_init()
202 cc->info_str = g_strdup_printf("cryptodev-vhost-user%zu to %s ", in cryptodev_vhost_user_init()
204 cc->queue_index = i; in cryptodev_vhost_user_init()
205 cc->type = QCRYPTODEV_BACKEND_TYPE_VHOST_USER; in cryptodev_vhost_user_init()
207 backend->conf.peers.ccs[i] = cc; in cryptodev_vhost_user_init()
240 CryptoDevBackendClient *cc = in cryptodev_vhost_user_crypto_create_session() local
246 vhost_crypto = cryptodev_vhost_user_get_vhost(cc, backend, queue_index); in cryptodev_vhost_user_crypto_create_session()
310 CryptoDevBackendClient *cc = in cryptodev_vhost_user_close_session() local
315 vhost_crypto = cryptodev_vhost_user_get_vhost(cc, backend, queue_index); in cryptodev_vhost_user_close_session()
342 CryptoDevBackendClient *cc; in cryptodev_vhost_user_cleanup() local
347 cc = backend->conf.peers.ccs[i]; in cryptodev_vhost_user_cleanup()
348 if (cc) { in cryptodev_vhost_user_cleanup()
349 cryptodev_backend_free_client(cc); in cryptodev_vhost_user_cleanup()