* [PATCH] crypto: hisilicon - select CRYPTO_SKCIPHER, not CRYPTO_BLKCIPHER
@ 2019-11-29 18:15 Eric Biggers
2019-11-30 2:36 ` Xu Zaibo
0 siblings, 1 reply; 2+ messages in thread
From: Eric Biggers @ 2019-11-29 18:15 UTC (permalink / raw)
To: linux-crypto; +Cc: Zaibo Xu, Longfang Liu
From: Eric Biggers <ebiggers@google.com>
Another instance of CRYPTO_BLKCIPHER made it in just after it was
renamed to CRYPTO_SKCIPHER. Fix it.
Fixes: 416d82204df4 ("crypto: hisilicon - add HiSilicon SEC V2 driver")
Signed-off-by: Eric Biggers <ebiggers@google.com>
---
drivers/crypto/hisilicon/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/crypto/hisilicon/Kconfig b/drivers/crypto/hisilicon/Kconfig
index c0e7a85fe129..da749f6ecbea 100644
--- a/drivers/crypto/hisilicon/Kconfig
+++ b/drivers/crypto/hisilicon/Kconfig
@@ -16,7 +16,7 @@ config CRYPTO_DEV_HISI_SEC
config CRYPTO_DEV_HISI_SEC2
tristate "Support for HiSilicon SEC2 crypto block cipher accelerator"
- select CRYPTO_BLKCIPHER
+ select CRYPTO_SKCIPHER
select CRYPTO_ALGAPI
select CRYPTO_LIB_DES
select CRYPTO_DEV_HISI_QM
--
2.24.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] crypto: hisilicon - select CRYPTO_SKCIPHER, not CRYPTO_BLKCIPHER
2019-11-29 18:15 [PATCH] crypto: hisilicon - select CRYPTO_SKCIPHER, not CRYPTO_BLKCIPHER Eric Biggers
@ 2019-11-30 2:36 ` Xu Zaibo
0 siblings, 0 replies; 2+ messages in thread
From: Xu Zaibo @ 2019-11-30 2:36 UTC (permalink / raw)
To: Eric Biggers, linux-crypto; +Cc: Longfang Liu
On 2019/11/30 2:15, Eric Biggers wrote:
> From: Eric Biggers <ebiggers@google.com>
>
> Another instance of CRYPTO_BLKCIPHER made it in just after it was
> renamed to CRYPTO_SKCIPHER. Fix it.
Yes, thanks.
Cheers,
Zaibo
.
>
> Fixes: 416d82204df4 ("crypto: hisilicon - add HiSilicon SEC V2 driver")
> Signed-off-by: Eric Biggers <ebiggers@google.com>
> ---
> drivers/crypto/hisilicon/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/crypto/hisilicon/Kconfig b/drivers/crypto/hisilicon/Kconfig
> index c0e7a85fe129..da749f6ecbea 100644
> --- a/drivers/crypto/hisilicon/Kconfig
> +++ b/drivers/crypto/hisilicon/Kconfig
> @@ -16,7 +16,7 @@ config CRYPTO_DEV_HISI_SEC
>
> config CRYPTO_DEV_HISI_SEC2
> tristate "Support for HiSilicon SEC2 crypto block cipher accelerator"
> - select CRYPTO_BLKCIPHER
> + select CRYPTO_SKCIPHER
> select CRYPTO_ALGAPI
> select CRYPTO_LIB_DES
> select CRYPTO_DEV_HISI_QM
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-11-30 2:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-29 18:15 [PATCH] crypto: hisilicon - select CRYPTO_SKCIPHER, not CRYPTO_BLKCIPHER Eric Biggers
2019-11-30 2:36 ` Xu Zaibo
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.