[PATCH] crypto: public_key: Remove redundant header file from public_key.h

2020-11-18 Thread Tianjia Zhang
The akcipher.h header file was originally introduced in SM2, and then the definition of SM2 was moved to the existing code. This header file is left and should be removed. Signed-off-by: Tianjia Zhang --- include/crypto/public_key.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/cryp

Re: [PATCH 5/6] dts:qcom:sdm845: Add dt entries to support crypto engine.

2020-11-18 Thread Thara Gopinath
On 11/17/20 11:10 PM, Bjorn Andersson wrote: On Tue 17 Nov 07:47 CST 2020, Thara Gopinath wrote: Add crypto engine (CE) and CE BAM related nodes and definitions to "sdm845.dtsi". Signed-off-by: Thara Gopinath --- arch/arm64/boot/dts/qcom/sdm845.dtsi | 30 1

Re: [PATCH v3 4/5] crypto: hisilicon/hpre - add 'ECDH' algorithm

2020-11-18 Thread Stephan Mueller
Am Mittwoch, den 18.11.2020, 11:47 +0800 schrieb Meng Yu: Hi Meng, > Enable 'ECDH' algorithm in Kunpeng 930. > > Signed-off-by: Meng Yu > Reviewed-by: Zaibo Xu > --- >  drivers/crypto/hisilicon/hpre/hpre.h    |   2 +- >  drivers/crypto/hisilicon/hpre/hpre_crypto.c | 802 > +