crypto: ecdh - Add ECDH software support
* Implement ECDH under kpp API * Provide ECC software support for curve P-192 and P-256. * Add kpp test for ECDH with data generated by OpenSSL Signed-off-by: Salvatore Benedetto <salvatore.benedetto@intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Showing
crypto/ecc.c
0 → 100644
crypto/ecc.h
0 → 100644
crypto/ecc_curve_defs.h
0 → 100644
crypto/ecdh.c
0 → 100644
crypto/ecdh_helper.c
0 → 100644
include/crypto/ecdh.h
0 → 100644
Please register or sign in to comment