-
- Downloads
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/Kconfig 5 additions, 0 deletionscrypto/Kconfig
- crypto/Makefile 4 additions, 0 deletionscrypto/Makefile
- crypto/ecc.c 1018 additions, 0 deletionscrypto/ecc.c
- crypto/ecc.h 83 additions, 0 deletionscrypto/ecc.h
- crypto/ecc_curve_defs.h 57 additions, 0 deletionscrypto/ecc_curve_defs.h
- crypto/ecdh.c 151 additions, 0 deletionscrypto/ecdh.c
- crypto/ecdh_helper.c 86 additions, 0 deletionscrypto/ecdh_helper.c
- crypto/testmgr.c 10 additions, 0 deletionscrypto/testmgr.c
- crypto/testmgr.h 93 additions, 0 deletionscrypto/testmgr.h
- include/crypto/ecdh.h 30 additions, 0 deletionsinclude/crypto/ecdh.h
- include/crypto/kpp.h 1 addition, 0 deletionsinclude/crypto/kpp.h
Loading