crypto: tcrypt - Add mask parameter
authorHerbert Xu <herbert@gondor.apana.org.au>
Tue, 14 Jul 2009 08:06:54 +0000 (16:06 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 14 Jul 2009 08:06:54 +0000 (16:06 +0800)
This patch adds a mask parameter to complement the existing type
parameter.  This is useful when instantiating algorithms that
require a mask other than the default, e.g., ahash algorithms.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

No differences found