aboutsummaryrefslogtreecommitdiff
path: root/include/hw/virtio/virtio-crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/virtio/virtio-crypto.h')
-rw-r--r--include/hw/virtio/virtio-crypto.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/hw/virtio/virtio-crypto.h b/include/hw/virtio/virtio-crypto.h
index 783ea23e69..db5c941ab9 100644
--- a/include/hw/virtio/virtio-crypto.h
+++ b/include/hw/virtio/virtio-crypto.h
@@ -65,6 +65,10 @@ typedef struct VirtIOCryptoReq {
VirtQueueElement elem;
/* flags of operation, such as type of algorithm */
uint32_t flags;
+ struct virtio_crypto_inhdr *in;
+ struct iovec *in_iov; /* Head address of dest iovec */
+ unsigned int in_num; /* Number of dest iovec */
+ size_t in_len;
VirtQueue *vq;
struct VirtIOCrypto *vcrypto;
union {