On 18 February 2015 at 07:34, George Spelvin <linux@xxxxxxxxxxx> wrote: > > It's trying to load modules named: > > crypto-ccm(aes) > crypto-ccm(aes)-all > crypto-ctr(aes) > crypto-ctr(aes)-all > > depmod -n doesn't show any aliases with parens in their names, That's okay. Also that it fails to load these as it'll fall back trying to load modules for the templates in that case, as can be seen in your log: > Wed Feb 18 06:58:10 UTC 2015 /sbin/modprobe -q -- crypto-ctr What's curious, however, that it only tries to load the template for "ctr", not for "ccm". :/ Are the logs complete? Could you please simplify your /sbin/x/modprobe wrapper to just output the modprobe call, as Kees suggested? Also, could you please provide the output of "depmod -n | grep crypto-"? There should be lines for crypto-ccm and crypto-ctr if you build them as modules. Mathias -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html