Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_vhost/
H A Drte_vhost_crypto.h55 rte_vhost_crypto_create(int vid, uint8_t cryptodev_id,
H A Dversion.map57 rte_vhost_crypto_create;
H A Dvhost_crypto.c1424 rte_vhost_crypto_create(int vid, uint8_t cryptodev_id, in rte_vhost_crypto_create() function
/f-stack/dpdk/doc/guides/prog_guide/
H A Dvhost_lib.rst184 * ``rte_vhost_crypto_create(vid, cryptodev_id, sess_mempool, socket_id)``
193 rte_vhost_crypto_create().
/f-stack/dpdk/examples/vhost_crypto/
H A Dmain.c292 ret = rte_vhost_crypto_create(vid, info->cid, info->sess_pool, in new_device()