aboutsummaryrefslogtreecommitdiffstats
path: root/virtio-crypto.tex
Commit message (Collapse)AuthorAgeFilesLines
* editorial: explain each structure before useMichael S. Tsirkin2019-03-211-0/+2
| | | | | | | | | | | Several structures are listed before they are introduced in some way. Add a sentence before each one so they don't appear prior to any prose. Fixes: https://issues.oasis-open.org/browse/VIRTIO-166 Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Cornelia Huck <cohuck@redhat.com>
* crypto: fix label nameMichael S. Tsirkin2018-10-191-1/+1
| | | | fixes multiply defined label error
* virtio-crypto: Add virtio crypto device specificationLongpeng(Mike)2018-10-191-0/+1533
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-off-by: Gonglei <arei.gonglei@huawei.com> Signed-off-by: Zhoujian <jianjay.zhou@huawei.com> Signed-off-by: Longpeng(Mike) <longpeng2@huawei.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>