Re: [Qemu-devel] [v21 1/2] virtio-crypto: Add virtio crypto device specification

2017-11-08 Thread Halil Pasic
[..] On 11/06/2017 07:53 AM, Longpeng(Mike) wrote: > +\subsection{Device Operation}\label{sec:Device Types / Crypto Device / > Device Operation} > + > +The operation of a virtio crypto device is driven by requests placed on the > virtqueues. > +Requests consist of a queue-type specific header (s

[Qemu-devel] [v21 1/2] virtio-crypto: Add virtio crypto device specification

2017-11-05 Thread Longpeng(Mike)
From: Gonglei The virtio crypto device is a virtual crypto device (ie. hardware crypto accelerator card). Currently, the virtio crypto device provides the following crypto services: CIPHER, MAC, HASH, and AEAD. In this patch, CIPHER, MAC, HASH, AEAD services are introduced. VIRTIO-153 Signed-o