]> git.ipfire.org Git - thirdparty/u-boot.git/commit
ARM: tegra: Use AES engine for crypto functions
authorIon Agorria <ion@agorria.com>
Wed, 4 Jun 2025 13:31:59 +0000 (16:31 +0300)
committerSvyatoslav Ryhel <clamor95@gmail.com>
Fri, 1 Aug 2025 05:43:41 +0000 (08:43 +0300)
commit0106f051d7e1f2a0121876c251d55f812d2b8faa
tree63b02cd8ab5c14cc8fc036853969fbe8275aae16
parentf0fc95e1a5053464967f64ebc1656e34afca6739
ARM: tegra: Use AES engine for crypto functions

Previously software based AES encryption was used with previously known
device specific keys (SBK), now that we have AES driver we can simply
delegate this to the engine without prior knowledge of the key (assuming
it is still loaded).

Signed-off-by: Ion Agorria <ion@agorria.com>
arch/arm/include/asm/arch-tegra/crypto.h
arch/arm/mach-tegra/Kconfig
arch/arm/mach-tegra/crypto.c
arch/arm/mach-tegra/tegra124/bct.c
arch/arm/mach-tegra/tegra20/bct.c
arch/arm/mach-tegra/tegra30/bct.c