Hi Michal:

On Mon, May 22, 2006 at 02:15:07PM +1200, Michal Ludvig wrote:
> 
> we should be able to autoload modules via their cra_driver_name, not
> only by the module name. I added a few MODULE_ALIAS()es, for now only
> for aes.ko which sets its driver-name and for SHA1/256 modules that I
> need as fallbacks for padlock-sha.

I don't see anything wrong with the aliases.  However, I doubt this is
what you really want for padlock-sha.

After all, what you need is a SHA fallback, not this one in particular.
For instance, if we ever have an assembly version of SHA, you want that
one instead of sha1-generic.

So you want to find it as something like a "sha1" algorithm with priority
less than your own.

BTW, for the >1 page case you could use vmap instead of falling back.

Cheers,
-- 
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
-
To unsubscribe from this list: send the line "unsubscribe linux-crypto" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to