On Tue, Oct 15, 2024 at 04:15:16PM +0200, Ard Biesheuvel wrote: > +#ifdef CONFIG_CRYPTO_MANAGER_EXTRA_TESTS > +}, { > + .setkey = crc32_setkey, > + .init = crc32_init, > + .update = crc32_update_base, > + .final = crc32_final, > + .digest = crc32_digest, crc32_digest() uses the lib implementation. - Eric