diff options
author | Longpeng(Mike) <nimisolo@gmail.com> | 2018-08-24 08:43:35 +0800 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2018-10-19 17:36:36 -0400 |
commit | 8b7260dfacc058e732ff26e769cf895562d196bf (patch) | |
tree | b490138a0b47bfa3490c54c28f7c02a9814fca62 | |
parent | a385dd3366a25a2387a301c6606c5f4f3a9c2afb (diff) | |
download | virtio-spec-8b7260dfacc058e732ff26e769cf895562d196bf.tar.gz |
virtio-crypto: Add virtio crypto device specification
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>
-rw-r--r-- | acknowledgements.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/acknowledgements.tex b/acknowledgements.tex index e77597a..233e4a1 100644 --- a/acknowledgements.tex +++ b/acknowledgements.tex @@ -42,6 +42,7 @@ Brian Foley, ARM \newline David Alan Gilbert, Red Hat \newline Fam Zheng, Red Hat \newline Gerd Hoffmann, Red Hat \newline +Halil Pasic, IBM \newline Jason Wang, Red Hat \newline Laura Novich, Red Hat \newline Patrick Durusau, Technical Advisory Board, OASIS \newline |