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)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 30 Jun 2022 07:56:58 +0000 (15:56 +0800)
commitfac76f2260893dde5aa05bb693b4c13e8ed0454b
treea8d8ea0cf9cc586060b40721cc3e37ae0f3670d3
parent0bb8f125253843c445b70fc6ef4fb21aa7b25625
crypto: arm64/gcm - Select AEAD for GHASH_ARM64_CE

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: 537c1445ab0b ("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>
arch/arm64/crypto/Kconfig