lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sun, 3 Jan 2021 08:29:29 +1100 From: Herbert Xu <herbert@...dor.apana.org.au> To: Meng Yu <yumeng18@...wei.com> Cc: davem@...emloft.net, linux-crypto@...r.kernel.org, xuzaibo@...wei.com, wangzhou1@...ilicon.com, linux-kernel@...r.kernel.org, Daniele Alessandrelli <daniele.alessandrelli@...el.com>, Mark Gross <mgross@...ux.intel.com>, Prabhjot Khurana <prabhjot.khurana@...el.com>, Elena Reshetova <elena.reshetova@...el.com> Subject: Re: [PATCH v5 3/5] crypto: expose elliptic curve parameters as Crypto APIs On Thu, Dec 24, 2020 at 02:08:25PM +0800, Meng Yu wrote: > Move elliptic curves definition to 'include/crypto/ecc_curve_defs.h', > so all can use it, > > Signed-off-by: Meng Yu <yumeng18@...wei.com> > Reviewed-by: Zaibo Xu <xuzaibo@...wei.com> > --- > crypto/ecc.c | 1 - > crypto/ecc.h | 37 +---------------- > crypto/ecc_curve_defs.h | 57 ------------------------- > crypto/ecrdsa_defs.h | 2 +- > include/crypto/ecc_curve_defs.h | 92 +++++++++++++++++++++++++++++++++++++++++ > 5 files changed, 95 insertions(+), 94 deletions(-) > delete mode 100644 crypto/ecc_curve_defs.h > create mode 100644 include/crypto/ecc_curve_defs.h This conflicts with https://patchwork.kernel.org/project/linux-crypto/patch/20201217172101.381772-3-daniele.alessandrelli@linux.intel.com/ Please discuss with each other on how you would like to proceed. Thanks, -- Email: Herbert Xu <herbert@...dor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
Powered by blists - more mailing lists