Skip to content

Commit 5bbdfc7

Browse files
herbertxgregkh
authored andcommitted
crypto: octeontx* - Select CRYPTO_AUTHENC
commit c398cb8 upstream. Select CRYPTO_AUTHENC as the function crypto_authenec_extractkeys may not be available without it. Fixes: 311eea7 ("crypto: octeontx - Fix authenc setkey") Fixes: 7ccb750 ("crypto: octeontx2 - Fix authenc setkey") Reported-by: kernel test robot <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Signed-off-by: Herbert Xu <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent d468910 commit 5bbdfc7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/crypto/marvell/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ config CRYPTO_DEV_OCTEONTX_CPT
2828
select CRYPTO_SKCIPHER
2929
select CRYPTO_HASH
3030
select CRYPTO_AEAD
31+
select CRYPTO_AUTHENC
3132
select CRYPTO_DEV_MARVELL
3233
help
3334
This driver allows you to utilize the Marvell Cryptographic
@@ -47,6 +48,7 @@ config CRYPTO_DEV_OCTEONTX2_CPT
4748
select CRYPTO_SKCIPHER
4849
select CRYPTO_HASH
4950
select CRYPTO_AEAD
51+
select CRYPTO_AUTHENC
5052
select NET_DEVLINK
5153
help
5254
This driver allows you to utilize the Marvell Cryptographic

0 commit comments

Comments
 (0)