drivers/crypto/ccp

AMD Secure Processor and Cryptographic Coprocessor (CCP/PSP/SEV)

The on-die security and crypto offload block built into AMD CPUs and APUs since the mid-2010s, covering the Cryptographic Coprocessor that accelerates AES, SHA, and RSA, and the Platform Security Processor that backs SEV and SEV-SNP memory encryption for confidential VMs on EPYC and Ryzen parts.

keep conf=0.89 deploy=high replacement=none subsystem=crypto category=crypto
89%

recommendation

It should stay in the kernel because the hardware ships in every current AMD EPYC and Ryzen processor and underpins SEV and Infinity Guard confidential-computing features that cloud providers actively deploy. Upstream activity is healthy, with patches still landing in linux-crypto in late 2025 and fixes flowing into stable, and AMD continues to market these capabilities on shipping EPYC 4004/8004/9004/9005 parts.

repository signals

39 files
17,604 source lines
192 commits, 5y
+6,043 / −1,324 lines added / removed, 5y
60 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 192 total · active in 53/61 months
2021 2022 2023 2024 2025 2026 2021-04: 11 commits · +116 −131 2021-05: 2 commits · +5 −3 2021-06: 1 commit · +1 −2 2021-07: 1 commit · +35 −26 2021-08: 2 commits · +15 −6 2021-09: 0 commits · +0 −0 2021-10: 2 commits · +5 −7 2021-11: 1 commit · +1 −1 2021-12: 6 commits · +222 −45 2022-01: 2 commits · +2 −5 2022-02: 1 commit · +16 −0 2022-03: 4 commits · +107 −36 2022-04: 2 commits · +29 −3 2022-05: 2 commits · +7 −5 2022-06: 2 commits · +3 −11 2022-07: 1 commit · +7 −0 2022-08: 3 commits · +51 −27 2022-09: 5 commits · +18 −15 2022-10: 0 commits · +0 −0 2022-11: 0 commits · +0 −0 2022-12: 2 commits · +84 −72 2023-01: 5 commits · +52 −34 2023-02: 0 commits · +0 −0 2023-03: 10 commits · +343 −56 2023-04: 5 commits · +8 −25 2023-05: 3 commits · +48 −0 2023-06: 7 commits · +415 −17 2023-07: 0 commits · +0 −0 2023-08: 1 commit · +1 −1 2023-09: 5 commits · +245 −130 2023-10: 2 commits · +16 −4 2023-11: 2 commits · +4 −19 2023-12: 1 commit · +1 −1 2024-01: 12 commits · +1,109 −108 2024-02: 4 commits · +18 −8 2024-03: 1 commit · +1 −1 2024-04: 1 commit · +2 −12 2024-05: 5 commits · +249 −109 2024-06: 1 commit · +7 −1 2024-07: 0 commits · +0 −0 2024-08: 4 commits · +25 −4 2024-09: 0 commits · +0 −0 2024-10: 1 commit · +1 −1 2024-11: 5 commits · +5 −5 2024-12: 1 commit · +20 −33 2025-01: 1 commit · +9 −6 2025-02: 2 commits · +15 −0 2025-03: 7 commits · +179 −66 2025-04: 5 commits · +34 −28 2025-05: 6 commits · +10 −3 2025-06: 3 commits · +15 −6 2025-07: 6 commits · +206 −91 2025-08: 3 commits · +13 −3 2025-09: 5 commits · +576 −5 2025-10: 2 commits · +56 −0 2025-11: 6 commits · +11 −29 2025-12: 4 commits · +1,466 −12 2026-01: 11 commits · +118 −66 2026-02: 4 commits · +40 −42 2026-03: 1 commit · +1 −3 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    Recent upstream maintenance still touches drivers/crypto/ccp/ccp-dev.c in linux-crypto; not a dormant orphaned driver.

  2. lore.kernel.org

    drivers/crypto/ccp/sp-dev.c was still being carried in stable releases in March 2026, indicating ongoing support rather than removal.

  3. amd.com

    AMD was still marketing EPYC 4004/4005/700x/8004/9004/9005 security features including SEV/Infinity Guard, implying current-generation hardware still using the PSP/SEV stack.

  4. amd.com

    AMD still markets SEV-based confidential computing for current EPYC deployments, supporting continued real-world use of the PSP/SEV side of this driver family.

codex reasoning notes (technical)

Tool evidence: `exec_command` read drivers/crypto/ccp/Kconfig, which identifies this directory as the AMD Secure Processor / CCP / PSP / SEV driver stack. `lore_activity` on ccp-dev.c found linux-crypto patch traffic in 2025; `lore_activity` on sp-dev.c found 2026 stable uptake. A `lore_file_timeline` query on the directory path returned no hits, which appears to be a path-index blind spot rather than inactivity. `web.search_query` found current AMD Infinity Guard and confidential-computing product pages showing the hardware family is still sold and actively deployed. No replacement driver or removal thread was found in the evidence gathered, so removal/deprecation is not justified.