Re: [PATCH 01/33] crypto: xts - Split out __xts_verify_key() helper

From: Thomas Huth

Date: Tue Jul 07 2026 - 09:26:44 EST


On 07/07/2026 07.34, Eric Biggers wrote:
Make the AES-XTS key verification code callable by the crypto library by
splitting out a helper function that doesn't use crypto_skcipher.

Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx>
---
include/crypto/xts.h | 18 ++++++++++++++----
1 file changed, 14 insertions(+), 4 deletions(-)
Reviewed-by: Thomas Huth <thuth@xxxxxxxxxx>