Home
last modified time | relevance | path

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

/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dvhost_crypto.rst7 The vhost_crypto sample application implemented a simple Crypto device,
11 by vhost_crypto sample application.
26 Start the vhost_crypto example
31 ./dpdk-vhost_crypto [EAL options] --
H A Dindex.rst47 vhost_crypto
/f-stack/dpdk/lib/librte_vhost/
H A Dvhost_crypto.c193 struct vhost_crypto { struct
337 vhost_crypto_create_sess(struct vhost_crypto *vcrypto, in vhost_crypto_create_sess()
416 vhost_crypto_close_sess(struct vhost_crypto *vcrypto, uint64_t session_id) in vhost_crypto_close_sess()
455 struct vhost_crypto *vcrypto; in vhost_crypto_msg_post_handler()
1171 vhost_crypto_process_one_req(struct vhost_crypto *vcrypto, in vhost_crypto_process_one_req()
1431 struct vhost_crypto *vcrypto; in rte_vhost_crypto_create()
1513 struct vhost_crypto *vcrypto; in rte_vhost_crypto_free()
1542 struct vhost_crypto *vcrypto; in rte_vhost_crypto_set_zero_copy()
1555 vcrypto = (struct vhost_crypto *)dev->extern_data; in rte_vhost_crypto_set_zero_copy()
1600 struct vhost_crypto *vcrypto; in rte_vhost_crypto_fetch_requests()
[all …]
H A Dmeson.build23 'virtio_net.c', 'vhost_crypto.c')
/f-stack/dpdk/examples/
H A Dmeson.build45 'vhost', 'vhost_crypto',
/f-stack/dpdk/
H A DMAINTAINERS895 F: examples/vhost_crypto/