]> Gentwo Git Trees - linux/.git/commit
crypto: ti - Add driver for DTHE V2 AES Engine (ECB, CBC)
authorT Pratham <t-pratham@ti.com>
Wed, 20 Aug 2025 09:12:27 +0000 (14:42 +0530)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 30 Aug 2025 07:43:26 +0000 (15:43 +0800)
commit52f641bc63a46657b1d72d902fcee30ab1233c7b
tree46264dd3d63b4db30dc08b2427223d7108f69001
parent97d37c0a4477c857f2ddf42b5fe9e4a78ab9db85
crypto: ti - Add driver for DTHE V2 AES Engine (ECB, CBC)

Add support for ECB and CBC modes in the AES Engine of the DTHE V2
hardware cryptography engine.

Signed-off-by: T Pratham <t-pratham@ti.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
MAINTAINERS
drivers/crypto/Kconfig
drivers/crypto/Makefile
drivers/crypto/ti/Kconfig [new file with mode: 0644]
drivers/crypto/ti/Makefile [new file with mode: 0644]
drivers/crypto/ti/dthev2-aes.c [new file with mode: 0644]
drivers/crypto/ti/dthev2-common.c [new file with mode: 0644]
drivers/crypto/ti/dthev2-common.h [new file with mode: 0644]