Re: [PATCH v3 08/18] powerpc/crc32: expose CRC32 functions through lib

2024-11-05 Thread Michael Ellerman
Eric Biggers writes: > From: Eric Biggers > > Move the powerpc CRC32C assembly code into the lib directory and wire it > up to the library interface. This allows it to be used without going > through the crypto API. It remains usable via the crypto API too via > the shash algorithms that use th

[PATCH v3 08/18] powerpc/crc32: expose CRC32 functions through lib

2024-11-03 Thread Eric Biggers
From: Eric Biggers Move the powerpc CRC32C assembly code into the lib directory and wire it up to the library interface. This allows it to be used without going through the crypto API. It remains usable via the crypto API too via the shash algorithms that use the library interface. Thus all th