drivers/crypto/inside-secure

Inside Secure SafeXcel EIP-93/EIP-97/EIP-197 crypto accelerators

Hardware crypto-offload engines that Inside Secure (now Rambus) licenses to SoC vendors, found in embedded networking and security gear. The EIP-97 and EIP-197 blocks appear in Marvell Armada and OCTEON CN913x infrastructure processors, while the smaller EIP-93 is integrated into MediaTek MT7621 and Airoha home-router SoCs to accelerate IPsec, TLS, and disk-encryption workloads.

keep conf=0.84 last_sold=2026 deploy=medium replacement=none subsystem=crypto category=crypto
84%

recommendation

It should stay because the silicon is still being shipped in current products: MediaTek continues to market the MT7621 router SoC, Marvell's 2026 CN913x collateral still highlights its SafeXcel-class security accelerator, and both the safexcel and eip93 source files are seeing active feature work and bug fixes upstream (including new HMAC-MD5 authenc support and IRQ-API updates in 2026). Without this driver, affected routers and security appliances would fall back to much slower software crypto.

repository signals

21 files
13,973 source lines
35 commits, 5y
+4,425 / −580 lines added / removed, 5y
20 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 35 total · active in 20/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: 1 commit · +9 −0 2022-05: 0 commits · +0 −0 2022-06: 0 commits · +0 −0 2022-07: 2 commits · +11 −9 2022-08: 0 commits · +0 −0 2022-09: 6 commits · +115 −91 2022-10: 0 commits · +0 −0 2022-11: 0 commits · +0 −0 2022-12: 1 commit · +50 −49 2023-01: 2 commits · +26 −70 2023-02: 2 commits · +28 −11 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: 1 commit · +2 −4 2023-11: 1 commit · +0 −160 2023-12: 1 commit · +11 −8 2024-01: 0 commits · +0 −0 2024-02: 0 commits · +0 −0 2024-03: 0 commits · +0 −0 2024-04: 0 commits · +0 −0 2024-05: 0 commits · +0 −0 2024-06: 0 commits · +0 −0 2024-07: 0 commits · +0 −0 2024-08: 1 commit · +0 −1 2024-09: 0 commits · +0 −0 2024-10: 3 commits · +3 −3 2024-11: 0 commits · +0 −0 2024-12: 1 commit · +1 −1 2025-01: 1 commit · +4,047 −0 2025-02: 2 commits · +20 −6 2025-03: 0 commits · +0 −0 2025-04: 3 commits · +17 −8 2025-05: 1 commit · +2 −92 2025-06: 1 commit · +6 −2 2025-07: 0 commits · +0 −0 2025-08: 0 commits · +0 −0 2025-09: 0 commits · +0 −0 2025-10: 0 commits · +0 −0 2025-11: 0 commits · +0 −0 2025-12: 1 commit · +1 −1 2026-01: 2 commits · +65 −53 2026-02: 2 commits · +11 −11 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    safexcel.c still receives upstream maintenance in 2026; recent patch updates IRQ-vector API usage rather than preparing removal.

  2. lore.kernel.org

    safexcel gained functional work in 2026, adding authenc(hmac(md5),*) support, indicating active feature maintenance.

  3. lore.kernel.org

    eip93-main.c received functional fixes in 2026, showing active bug-fix traffic for the newer EIP93 subdriver.

  4. cateee.net

    LKDDb maps this driver to Inside Secure SafeXcel EIP-97/EIP-197 hardware and shows it remains present in current kernel series.

  5. cateee.net

    LKDDb maps the eip93 subdriver to current kernel support and ties it to MT7621 / Airoha-class platform enablement.

  6. mediatek.com

    MediaTek still markets MT7621, a current networking SoC family with hardware crypto support and OpenWrt positioning, supporting ongoing real-world deployment of EIP93-class integrations.

  7. aem-origin-uat.marvell.com

    Marvell CN913x product collateral in 2026 still advertises a security accelerator, consistent with ongoing Safexcel-class embedded networking deployments.

codex reasoning notes (technical)

Obtained lore URLs via lore_file_timeline on drivers/crypto/inside-secure/safexcel.c and eip93/eip93-main.c; both show 2026 feature/fix traffic and stable backports, with no removal discussion visible in the recent timeline sample. Obtained LKDDb, MediaTek, and Marvell URLs via web search. This directory contains two still-maintained embedded SoC crypto-offload drivers used in networking/security appliances; there is no like-for-like upstream replacement beyond slower software crypto fallback, so removal/deprecation is not justified.