Re: [PATCH v2 10/13] crypto: s390 - move library functions to arch/s390/lib/crypto/

2025-04-22 Thread Heiko Carstens
On Sun, Apr 20, 2025 at 12:26:06PM -0700, Eric Biggers wrote: > From: Eric Biggers > > Continue disentangling the crypto library functions from the generic > crypto infrastructure by moving the s390 ChaCha library functions into a > new directory arch/s390/lib/crypto/ that does not depend on CRYP

[PATCH v2 10/13] crypto: s390 - move library functions to arch/s390/lib/crypto/

2025-04-20 Thread Eric Biggers
From: Eric Biggers Continue disentangling the crypto library functions from the generic crypto infrastructure by moving the s390 ChaCha library functions into a new directory arch/s390/lib/crypto/ that does not depend on CRYPTO. This mirrors the distinction between crypto/ and lib/crypto/. Signe