aboutsummaryrefslogtreecommitdiffstats
path: root/virtio-crypto.tex
Commit message (Collapse)AuthorAgeFilesLines
* 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>