Linux's Qualcomm Crypto Accelerator Driver "Harmful" And Being Disabled: Slower Than CPU, History Of Bugs

Written by Michael Larabel in Hardware on 20 July 2026 at 06:17 AM EDT. 17 Comments
HARDWARE
The Qualcomm Crypto Engine Accelerator "QCE" driver is being disabled within the Linux 7.3 kernel over a number of issues, including being slower than having the CPU cores handling cryptographic work and a history of different driver bugs. Plus race conditions causing security issues and other challenges.

The Qualcomm Crypto Engine driver was merged to the mainline Linux kernel back in 2014 as the cryptographic processor built into Snapdragon and embedded processors designed for handling data encryption, hashing, and integrity checking. But queued up into the cryptographic subsystem's "cryptodev" Git code ahead of Linux 7.3 is now marking this driver as "BROKEN" and removing it from the default ARMv7 and AArch64/ARM64 kernel builds. The rationale for marking it as BROKEN to disable it comes down to a number of issues:
"crypto: qce - Mark QCE as BROKEN

This driver is harmful:

- It is much slower than the CPU.
- It Has a history of bugs.
- It does not have exclusive access to the hardware, causing races with the secure world.
- It register its implementations with too low a cra_priority for them to be actually used.

Therefore, disable it to ensure that nobody builds it into kernels they intend to ship.

In the future, the driver will be used for processing restricted media content. However, the kernel does not currently support this. Since the driver will have future uses, allow building it if COMPILE_TEST is enabled."

So there is hope for the driver moving forward that it can be adapted for dealing with processing of restricted media content (though not everyone will be excited about that use case...) but for now it's being flagged as broken and should be avoided until its deficiencies are addressed.

QCE broken


The change is queued via this commit to cryptodev.
Related News
About The Author

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week