[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <7f63be76-289b-4a99-b802-afd72e0512b8@hogyros.de>
Date: Thu, 12 Jun 2025 09:21:26 +0900
From: Simon Richter <Simon.Richter@...yros.de>
To: Eric Biggers <ebiggers@...nel.org>, linux-fscrypt@...r.kernel.org
Cc: linux-crypto@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-mtd@...ts.infradead.org, linux-ext4@...r.kernel.org,
linux-f2fs-devel@...ts.sourceforge.net, ceph-devel@...r.kernel.org
Subject: Re: [PATCH] fscrypt: don't use hardware offload Crypto API drivers
Hi,
On 6/12/25 05:58, Eric Biggers wrote:
> But
> otherwise this style of hardware offload is basically obsolete and has
> been superseded by hardware-accelerated crypto instructions directly on
> the CPU as well as inline storage encryption (UFS/eMMC).
For desktop, yes, but embedded still has quite a few of these, for
example the STM32 crypto offload engine, and I expect quite a few FPGA
based implementations exist, so this would require vendors to maintain a
fork to keep their out-of-tree drivers functional when updating the kernel.
POWER also has an asynchronous offload engine with AES, SHA and gzip
support, these are significantly faster than the CPU.
If a buggy engine passes self-test, can this simply be fixed by adding
more tests? :>
Simon
Powered by blists - more mailing lists