Home
last modified time | relevance | path

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

/openbmc/qemu/backends/
H A Dcryptodev.c153 return -VIRTIO_CRYPTO_NOTSUPP; in cryptodev_backend_create_session()
169 return -VIRTIO_CRYPTO_NOTSUPP; in cryptodev_backend_close_session()
182 return -VIRTIO_CRYPTO_NOTSUPP; in cryptodev_backend_operation()
197 return -VIRTIO_CRYPTO_NOTSUPP; in cryptodev_backend_account()
213 return -VIRTIO_CRYPTO_NOTSUPP; in cryptodev_backend_account()
221 return -VIRTIO_CRYPTO_NOTSUPP; in cryptodev_backend_account()
231 return -VIRTIO_CRYPTO_NOTSUPP; in cryptodev_backend_account()
235 return -VIRTIO_CRYPTO_NOTSUPP; in cryptodev_backend_account()
H A Dcryptodev-lkcf.c341 status = -VIRTIO_CRYPTO_NOTSUPP; in cryptodev_lkcf_execute_task()
490 return -VIRTIO_CRYPTO_NOTSUPP; in cryptodev_lkcf_operation()
532 return -VIRTIO_CRYPTO_NOTSUPP; in cryptodev_lkcf_create_asym_session()
586 ret = -VIRTIO_CRYPTO_NOTSUPP; in cryptodev_lkcf_create_session()
H A Dcryptodev-vhost-user.c286 return -VIRTIO_CRYPTO_NOTSUPP; in cryptodev_vhost_user_create_session()
327 status = -VIRTIO_CRYPTO_NOTSUPP; in cryptodev_vhost_user_close_session()
H A Dcryptodev-builtin.c402 return -VIRTIO_CRYPTO_NOTSUPP; in cryptodev_builtin_create_session()
459 return -VIRTIO_CRYPTO_NOTSUPP; in cryptodev_builtin_sym_operation()
/openbmc/qemu/hw/virtio/
H A Dvirtio-crypto.c183 return -VIRTIO_CRYPTO_NOTSUPP; in virtio_crypto_create_sym_session()
188 return -VIRTIO_CRYPTO_NOTSUPP; in virtio_crypto_create_sym_session()
216 return -VIRTIO_CRYPTO_NOTSUPP; in virtio_crypto_create_asym_session()
282 } else if (ret == -VIRTIO_CRYPTO_NOTSUPP) { in virtio_crypto_create_session_completion()
283 stl_le_p(&input.status, VIRTIO_CRYPTO_NOTSUPP); in virtio_crypto_create_session_completion()
437 stl_le_p(&input.status, VIRTIO_CRYPTO_NOTSUPP); in virtio_crypto_handle_ctrl()
748 return -VIRTIO_CRYPTO_NOTSUPP; in virtio_crypto_handle_sym_req()
906 } else if (ret == -VIRTIO_CRYPTO_NOTSUPP) { in virtio_crypto_handle_request()
907 virtio_crypto_req_complete(request, -VIRTIO_CRYPTO_NOTSUPP); in virtio_crypto_handle_request()
924 virtio_crypto_req_complete(request, -VIRTIO_CRYPTO_NOTSUPP); in virtio_crypto_handle_request()
/openbmc/linux/include/uapi/linux/
H A Dvirtio_crypto.h487 #define VIRTIO_CRYPTO_NOTSUPP 3 macro
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_crypto.h487 #define VIRTIO_CRYPTO_NOTSUPP 3 macro