drivers/crypto/tegra

NVIDIA Tegra234 Security Engine crypto accelerator

Hardware AES and hash acceleration block built into NVIDIA's Tegra234 system-on-chip, which powers the Jetson AGX Orin, Orin NX, and Orin Nano embedded modules used in robotics, edge AI, and autonomous machine designs from 2022 onward.

keep conf=0.90 deploy=medium replacement=none subsystem=crypto category=crypto
90%

recommendation

It should stay in the kernel because the Tegra Security Engine is the cryptographic offload block on NVIDIA's current Jetson Orin modules, which NVIDIA's own lifecycle page lists as available through 2032 or later. The driver was only added upstream in 2024 and is still receiving substantive bug fixes into 2025 and 2026, with no replacement covering the same role.

repository signals

6 files
4,428 source lines
27 commits, 5y
+4,782 / −345 lines added / removed, 5y
14 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 27 total · active in 12/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 0 commits · +0 −0 2021-06: 0 commits · +0 −0 2021-07: 0 commits · +0 −0 2021-08: 0 commits · +0 −0 2021-09: 0 commits · +0 −0 2021-10: 0 commits · +0 −0 2021-11: 0 commits · +0 −0 2021-12: 0 commits · +0 −0 2022-01: 0 commits · +0 −0 2022-02: 0 commits · +0 −0 2022-03: 0 commits · +0 −0 2022-04: 0 commits · +0 −0 2022-05: 0 commits · +0 −0 2022-06: 0 commits · +0 −0 2022-07: 0 commits · +0 −0 2022-08: 0 commits · +0 −0 2022-09: 0 commits · +0 −0 2022-10: 0 commits · +0 −0 2022-11: 0 commits · +0 −0 2022-12: 0 commits · +0 −0 2023-01: 0 commits · +0 −0 2023-02: 0 commits · +0 −0 2023-03: 0 commits · +0 −0 2023-04: 0 commits · +0 −0 2023-05: 0 commits · +0 −0 2023-06: 0 commits · +0 −0 2023-07: 0 commits · +0 −0 2023-08: 0 commits · +0 −0 2023-09: 0 commits · +0 −0 2023-10: 0 commits · +0 −0 2023-11: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 2024-01: 0 commits · +0 −0 2024-02: 0 commits · +0 −0 2024-03: 0 commits · +0 −0 2024-04: 3 commits · +4,161 −6 2024-05: 1 commit · +0 −1 2024-06: 0 commits · +0 −0 2024-07: 0 commits · +0 −0 2024-08: 0 commits · +0 −0 2024-09: 0 commits · +0 −0 2024-10: 3 commits · +1 −5 2024-11: 1 commit · +10 −4 2024-12: 0 commits · +0 −0 2025-01: 0 commits · +0 −0 2025-02: 10 commits · +547 −271 2025-03: 2 commits · +2 −5 2025-04: 1 commit · +27 −25 2025-05: 0 commits · +0 −0 2025-06: 0 commits · +0 −0 2025-07: 0 commits · +0 −0 2025-08: 1 commit · +1 −1 2025-09: 1 commit · +2 −1 2025-10: 0 commits · +0 −0 2025-11: 0 commits · +0 −0 2025-12: 1 commit · +1 −3 2026-01: 0 commits · +0 −0 2026-02: 2 commits · +6 −6 2026-03: 1 commit · +24 −17 2026-04: 0 commits · +0 −0

sources

  1. lwn.net

    The driver was added upstream in 2024 as the Tegra Security Engine driver for AES and HASH acceleration, so it is a recent, not legacy, in-tree driver.

  2. spinics.net

    A March 2026 patch fixes a real crash-causing issue in the Tegra crypto driver and targets crypto/master, showing active upstream maintenance rather than abandonment.

  3. spinics.net

    There was additional functional bug-fix traffic for the driver in 2025, indicating ongoing review and correction work.

  4. developer.nvidia.com

    NVIDIA's Jetson lifecycle page lists Jetson AGX Orin, Orin NX, and Orin Nano modules as available through 2032 or later, so the underlying Tegra234 family is still commercially current.

  5. nvidia.com

    NVIDIA markets Jetson Orin as current production modules, supporting the conclusion that this hardware remains in new deployments.

codex reasoning notes (technical)

Local exec_command inspection showed this is real platform-driver code and currently matches only tegra234 compatibles (nvidia,tegra234-se-aes/hash), i.e. Jetson Orin-era hardware. Local git log via exec_command showed steady substantive fixes from 2024-04-12 through 2026-03-26. Web search found the 2024 introduction thread (LWN archive) plus 2025/2026 patch traffic on spinics, but no removal/deprecation discussion; that absence is an inference from the search results, not a direct source. Web search also found NVIDIA lifecycle and Jetson Orin product pages confirming the family is still sold for new designs. No natural upstream replacement driver covers the same Tegra SE offload role, so removal/deprecation is not indicated.