]> git.proxmox.com Git - mirror_qemu.git/commit
crypto: add HMAC algorithms framework
authorLongpeng(Mike) <longpeng2@huawei.com>
Tue, 13 Dec 2016 10:42:56 +0000 (18:42 +0800)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 22 Dec 2016 09:24:59 +0000 (09:24 +0000)
commit12a4f2162ad27f0d76fb9187dfc70a94e7bbd319
treec4ac312ec8f54e5cbf264a714e64d0e0ad3ef659
parent1f923c70bdb06369dcbb2097011af7cfa7c94a17
crypto: add HMAC algorithms framework

This patch introduce HMAC algorithms framework.

Signed-off-by: Longpeng(Mike) <longpeng2@huawei.com>
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
crypto/Makefile.objs
crypto/hmac-gcrypt.c [new file with mode: 0644]
crypto/hmac-glib.c [new file with mode: 0644]
crypto/hmac-nettle.c [new file with mode: 0644]
crypto/hmac.c [new file with mode: 0644]
crypto/hmac.h [new file with mode: 0644]