Home
last modified time | relevance | path

Searched refs:VIRTIO_CRYPTO_NOTSUPP (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/lib/librte_vhost/
H A Dvhost_crypto.c68 *algo = -VIRTIO_CRYPTO_NOTSUPP; in cipher_algo_transform()
152 return -VIRTIO_CRYPTO_NOTSUPP; in auth_algo_transform()
357 sess_param->session_id = -VIRTIO_CRYPTO_NOTSUPP; in vhost_crypto_create_sess()
359 -VIRTIO_CRYPTO_NOTSUPP); in vhost_crypto_create_sess()
375 sess_param->session_id = -VIRTIO_CRYPTO_NOTSUPP; in vhost_crypto_create_sess()
1297 err = VIRTIO_CRYPTO_NOTSUPP; in vhost_crypto_process_one_req()
H A Dvirtio_crypto.h381 #define VIRTIO_CRYPTO_NOTSUPP 3 macro
/f-stack/dpdk/drivers/crypto/virtio/
H A Dvirtio_rxtx.c85 case VIRTIO_CRYPTO_NOTSUPP: in virtqueue_dequeue_burst_rx()