Comment 5 for bug 418781

Revision history for this message
Tim Gardner (timg-tpi) wrote : Re: padlock-sha kernel module fails to load

I'm pretty sure that message is a red herring, the padlock-sha crypto engines are dependent on VIA CPUs, which I doubt you have. From the file drivers/crypto/padlock-sha.c:

/* Support for VIA PadLock hardware crypto engine. */

The first thing this module checks is to see if the CPU has cpu_has_phe capability (Padlock Hash Engine), and prints the above error message if not.