Re: [PATCH 0/6] crypto: Accelerated AES/GCM stitched implementation

From: Eric Biggers
Date: Wed Nov 30 2022 - 00:09:50 EST


On Tue, Nov 29, 2022 at 07:52:30PM +0800, Danny Tsen wrote:
> This patch has been tested with the kernel crypto module tcrypt.ko and has
> passed the selftest.

Please make sure you've tested it with CONFIG_CRYPTO_MANAGER_EXTRA_TESTS=y.

- Eric