Enable all crypto library code for KUnit tests

configname: CONFIG_CRYPTO_LIB_ENABLE_ALL_FOR_KUNIT

Linux Kernel Configuration
└─>Kernel hacking
└─>Kernel Testing and Coverage
└─>Runtime Testing
└─>KUnit - Enable support for unit tests
└─>Enable all crypto library code for KUnit tests
In linux kernel since version 5.10.255 (release Date: 2026-05-08)
Enable all the crypto library code that has KUnit tests.

Enable this only if you'd like to test all the crypto library code,
even code that wouldn't otherwise need to be built.

You'll still need to enable the tests themselves, either individually
or using KUNIT_ALL_TESTS.