All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/5] add ECDH and CURVE25519 algorithms support for Kunpeng 930
@ 2020-12-24  6:08 Meng Yu
  2020-12-24  6:08 ` [PATCH v5 1/5] crypto: hisilicon/hpre - add some updates to adapt to " Meng Yu
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Meng Yu @ 2020-12-24  6:08 UTC (permalink / raw)
  To: herbert, davem; +Cc: linux-crypto, xuzaibo, wangzhou1, yumeng18, linux-kernel

1. Move elliptic curve parameter definitions out to "include/crypto";
2. Add some new elliptic curve parameters definitions, and reorder
   ECC 'Curves IDs';
3. Add ECDH and CURVE25519 algorithms support for Kunpeng 930.

These patches depend on:
[v2,1/6] crypto: hisilicon/hpre - add version adapt to new algorithms,
https://patchwork.kernel.org/project/linux-crypto/patch/1607598607-8728-
2-git-send-email-liulongfang@huawei.com/

v4->v5: 
- patch #4: delete P-128 and P-320 curve, as the few using case in the kernel

v3 -> v4:
- patch #3: add new, move ecc_curve params to "include/crypto"

v2 -> v3:
- patch #5: fix sparse warnings
- patch #5: add 'CRYPTO_LIB_CURVE25519_GENERIC' in 'Kconfig'

v1 -> v2:
- patch #5: delete `curve25519_null_point'

Hui Tang (1):
  crypto: hisilicon/hpre - add some updates to adapt to Kunpeng 930

Meng Yu (4):
  crypto: hisilicon/hpre - add algorithm type
  crypto: expose elliptic curve parameters as Crypto APIs
  crypto: hisilicon/hpre - add 'ECDH' algorithm
  crypto: hisilicon/hpre - add 'CURVE25519' algorithm

 crypto/ecc.c                                |   5 +-
 crypto/ecc.h                                |  37 +-
 crypto/ecc_curve_defs.h                     |  57 --
 crypto/ecrdsa_defs.h                        |   2 +-
 crypto/testmgr.h                            |  12 +-
 drivers/crypto/hisilicon/Kconfig            |   1 +
 drivers/crypto/hisilicon/hpre/hpre.h        |  22 +-
 drivers/crypto/hisilicon/hpre/hpre_crypto.c | 860 +++++++++++++++++++++++++++-
 drivers/crypto/hisilicon/hpre/hpre_main.c   | 105 ++--
 include/crypto/ecc_curve_defs.h             | 212 +++++++
 include/crypto/ecdh.h                       |   5 +-
 11 files changed, 1168 insertions(+), 150 deletions(-)
 delete mode 100644 crypto/ecc_curve_defs.h
 create mode 100644 include/crypto/ecc_curve_defs.h

-- 
2.8.1


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-01-04 12:50 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-24  6:08 [PATCH v5 0/5] add ECDH and CURVE25519 algorithms support for Kunpeng 930 Meng Yu
2020-12-24  6:08 ` [PATCH v5 1/5] crypto: hisilicon/hpre - add some updates to adapt to " Meng Yu
2020-12-24  6:08 ` [PATCH v5 2/5] crypto: hisilicon/hpre - add algorithm type Meng Yu
2020-12-24  6:08 ` [PATCH v5 3/5] crypto: expose elliptic curve parameters as Crypto APIs Meng Yu
2021-01-02 21:29   ` Herbert Xu
2021-01-04  9:36     ` yumeng
2021-01-04 11:36       ` Alessandrelli, Daniele
2021-01-04 12:49         ` Herbert Xu
2020-12-24  6:08 ` [PATCH v5 4/5] crypto: hisilicon/hpre - add 'ECDH' algorithm Meng Yu
2020-12-24  6:08 ` [PATCH v5 5/5] crypto: hisilicon/hpre - add 'CURVE25519' algorithm Meng Yu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.