diff options
author | Akhil R <akhilrajeev@nvidia.com> | 2024-04-03 15:30:37 +0530 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2024-04-12 15:07:51 +0800 |
commit | 0880bb3b00c855fc244b7177ffdaafef4d0aa1e0 (patch) | |
tree | 9148527e387e249e511bd5f2d925f31375716cef /MAINTAINERS | |
parent | cc370ff85bae5373330518e4ebb2d36c0ca8a470 (diff) | |
download | linux-0880bb3b00c855fc244b7177ffdaafef4d0aa1e0.tar.gz linux-0880bb3b00c855fc244b7177ffdaafef4d0aa1e0.tar.bz2 linux-0880bb3b00c855fc244b7177ffdaafef4d0aa1e0.zip |
crypto: tegra - Add Tegra Security Engine driver
Add support for Tegra Security Engine which can accelerate various
crypto algorithms. The Engine has two separate instances within for
AES and HASH algorithms respectively.
The driver registers two crypto engines - one for AES and another for
HASH algorithms and these operate independently and both uses the host1x
bus. Additionally, it provides hardware-assisted key protection for up
to 15 symmetric keys which it can use for the cipher operations.
Signed-off-by: Akhil R <akhilrajeev@nvidia.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index aa3b947fb080..613604d2e999 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -21702,6 +21702,11 @@ M: Prashant Gaikwad <pgaikwad@nvidia.com> S: Supported F: drivers/clk/tegra/ +TEGRA CRYPTO DRIVERS +M: Akhil R <akhilrajeev@nvidia.com> +S: Supported +F: drivers/crypto/tegra/* + TEGRA DMA DRIVERS M: Laxman Dewangan <ldewangan@nvidia.com> M: Jon Hunter <jonathanh@nvidia.com> |