]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: arm64/gcm - Select AEAD for GHASH_ARM64_CE
authorQian Cai <quic_qiancai@quicinc.com>
Fri, 24 Jun 2022 11:13:38 +0000 (07:13 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 Aug 2022 12:23:26 +0000 (14:23 +0200)
commit52f6e1db2b6da7d46b6ffdcf31283a5020556330
tree617a4c74b5919eb217954018319ba814c0eb888c
parenta7545b1275bfcde3ca1225a69694cd4b6aa4194d
crypto: arm64/gcm - Select AEAD for GHASH_ARM64_CE

[ Upstream commit c2f1f05e2b083b922bdd9a0843e79258086d5338 ]

Otherwise, we could fail to compile.

ld: arch/arm64/crypto/ghash-ce-glue.o: in function 'ghash_ce_mod_exit':
ghash-ce-glue.c:(.exit.text+0x24): undefined reference to 'crypto_unregister_aead'
ld: arch/arm64/crypto/ghash-ce-glue.o: in function 'ghash_ce_mod_init':
ghash-ce-glue.c:(.init.text+0x34): undefined reference to 'crypto_register_aead'

Fixes: 56bb7497f239 ("crypto: arm64/gcm - implement native driver using v8 Crypto Extensions")
Signed-off-by: Qian Cai <quic_qiancai@quicinc.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm64/crypto/Kconfig