Re: [PATCH v5 3/5] crypto: expose elliptic curve parameters as Crypto APIs

2021-01-04 Thread Herbert Xu
On Mon, Jan 04, 2021 at 11:36:57AM +, Alessandrelli, Daniele wrote: > > Herbert, should I send an updated RFC now or should I wait for the > discussion on the RFC open points to be completed first? I think you should wait for the existing discussion to settle first before sending out an update

Re: [PATCH v5 3/5] crypto: expose elliptic curve parameters as Crypto APIs

2021-01-04 Thread Alessandrelli, Daniele
On Mon, 2021-01-04 at 17:36 +0800, yumeng wrote: > > 在 2021/1/3 5:29, Herbert Xu 写道: > > 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 > > > Reviewed

Re: [PATCH v5 3/5] crypto: expose elliptic curve parameters as Crypto APIs

2021-01-04 Thread yumeng
在 2021/1/3 5:29, Herbert Xu 写道: 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 Reviewed-by: Zaibo Xu --- crypto/ecc.c| 1 - crypto/ecc.h

Re: [PATCH v5 3/5] crypto: expose elliptic curve parameters as Crypto APIs

2021-01-02 Thread Herbert Xu
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 > Reviewed-by: Zaibo Xu > --- > crypto/ecc.c| 1 - > crypto/ecc.h| 37 +--

[PATCH v5 3/5] crypto: expose elliptic curve parameters as Crypto APIs

2020-12-23 Thread Meng Yu
Move elliptic curves definition to 'include/crypto/ecc_curve_defs.h', so all can use it, Signed-off-by: Meng Yu Reviewed-by: Zaibo Xu --- crypto/ecc.c| 1 - crypto/ecc.h| 37 + crypto/ecc_curve_defs.h | 57