From a385dd3366a25a2387a301c6606c5f4f3a9c2afb Mon Sep 17 00:00:00 2001 From: "Longpeng(Mike)" Date: Fri, 24 Aug 2018 08:43:35 +0800 Subject: 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 Signed-off-by: Zhoujian Signed-off-by: Longpeng(Mike) Signed-off-by: Michael S. Tsirkin --- acknowledgements.tex | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'acknowledgements.tex') diff --git a/acknowledgements.tex b/acknowledgements.tex index 2d893d9..e77597a 100644 --- a/acknowledgements.tex +++ b/acknowledgements.tex @@ -15,11 +15,15 @@ Cornelia Huck, Red Hat \newline Daniel Kiper, Oracle \newline Geoff Brown, Machine-to-Machine Intelligence (M2MI) Corporation \newline Gershon Janssen, Individual Member \newline +Halil Pasic, IBM \newline James Bottomley, Parallels IP Holdings GmbH \newline +Jian Zhou, Huawei \newline +Lei Gong, Huawei \newline Luiz Capitulino, Red Hat \newline Michael S. Tsirkin, Red Hat \newline Paolo Bonzini, Red Hat \newline Pawel Moll, ARM \newline +Peng Long, Huawei \newline Richard Sohn, Alcatel-Lucent \newline Rusty Russell, IBM \newline Sasha Levin, Oracle \newline -- cgit