Y
Hacker News
new
|
ask
|
show
|
jobs
by
Sophira
57 days ago
That would suggest that CRYPTO_USER_API_AEAD=y in your kernel config. You can disable it in that case by setting that to "n", recompiling your kernel, and putting the new kernel in place.
1 comments
nh2
57 days ago
Indeed, no modprobe.d will help when the feature is compiled into the kernel ("=y") instead of compiled into a runtime-loadable module.
link