]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - crypto/Makefile
crypto: dh - Add DH software implementation
authorSalvatore Benedetto <salvatore.benedetto@intel.com>
Wed, 22 Jun 2016 16:49:14 +0000 (17:49 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 23 Jun 2016 10:29:56 +0000 (18:29 +0800)
commit802c7f1c84e4b5a6ac78635878041023fc5831b1
tree2dee2afffbbbb2761fd15fe94af28b93974ff0cf
parent4e5f2c400765e3a3ce512dc1ae890bac53401798
crypto: dh - Add DH software implementation

* Implement MPI based Diffie-Hellman under kpp API
 * Test provided uses data generad by OpenSSL

Signed-off-by: Salvatore Benedetto <salvatore.benedetto@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/Kconfig
crypto/Makefile
crypto/dh.c [new file with mode: 0644]
crypto/dh_helper.c [new file with mode: 0644]
crypto/testmgr.c
crypto/testmgr.h
include/crypto/dh.h [new file with mode: 0644]
include/crypto/kpp.h