Skip to content

Commit d03f7b0

Browse files
ryderlee1110herbertx
authored andcommitted
crypto: mediatek - add support to GCM mode
This patch adds support to the GCM mode. Signed-off-by: Ryder Lee <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
1 parent e04a31d commit d03f7b0

File tree

3 files changed

+369
-4
lines changed

3 files changed

+369
-4
lines changed

drivers/crypto/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,9 @@ config CRYPTO_DEV_MEDIATEK
557557
tristate "MediaTek's EIP97 Cryptographic Engine driver"
558558
depends on (ARM && ARCH_MEDIATEK) || COMPILE_TEST
559559
select CRYPTO_AES
560+
select CRYPTO_AEAD
560561
select CRYPTO_BLKCIPHER
562+
select CRYPTO_CTR
561563
select CRYPTO_SHA1
562564
select CRYPTO_SHA256
563565
select CRYPTO_SHA512

0 commit comments

Comments
 (0)