Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/virtio/
H A Dvirtio-crypto.h35 OBJECT_DECLARE_SIMPLE_TYPE(VirtIOCrypto, VIRTIO_CRYPTO)
63 struct VirtIOCrypto;
74 struct VirtIOCrypto *vcrypto;
81 struct VirtIOCrypto *vcrypto;
84 struct VirtIOCrypto { struct
/openbmc/qemu/hw/virtio/
H A Dvirtio-crypto.c78 VirtIOCrypto *vcrypto = VIRTIO_CRYPTO(vdev); in virtio_crypto_cipher_session_helper()
111 virtio_crypto_create_sym_session(VirtIOCrypto *vcrypto, in virtio_crypto_create_sym_session()
197 virtio_crypto_create_asym_session(VirtIOCrypto *vcrypto, in virtio_crypto_create_asym_session()
252 virtio_crypto_handle_close_session(VirtIOCrypto *vcrypto, in virtio_crypto_handle_close_session()
340 VirtIOCrypto *vcrypto = VIRTIO_CRYPTO(vdev); in virtio_crypto_handle_ctrl()
455 static void virtio_crypto_init_request(VirtIOCrypto *vcrypto, VirtQueue *vq, in virtio_crypto_init_request()
570 VirtIOCrypto *vcrypto = req->vcrypto; in virtio_crypto_req_complete()
588 virtio_crypto_get_request(VirtIOCrypto *s, VirtQueue *vq) in virtio_crypto_get_request()
604 VirtIOCrypto *vcrypto = VIRTIO_CRYPTO(vdev); in virtio_crypto_sym_op_helper()
722 virtio_crypto_handle_sym_req(VirtIOCrypto *vcrypto, in virtio_crypto_handle_sym_req()
[all …]
H A Dvirtio-crypto-pci.c37 VirtIOCrypto vdev;
/openbmc/qemu/backends/
H A Dcryptodev-vhost.c173 VirtIOCrypto *vcrypto = VIRTIO_CRYPTO(dev); in cryptodev_vhost_start()
250 VirtIOCrypto *vcrypto = VIRTIO_CRYPTO(dev); in cryptodev_vhost_stop()
275 VirtIOCrypto *vcrypto = VIRTIO_CRYPTO(dev); in cryptodev_vhost_virtqueue_mask()
291 VirtIOCrypto *vcrypto = VIRTIO_CRYPTO(dev); in cryptodev_vhost_virtqueue_pending()
/openbmc/qemu/hw/s390x/
H A Dvirtio-ccw-crypto.c24 VirtIOCrypto vdev;