[CRYPTO] api: Add template registration
authorHerbert Xu <herbert@gondor.apana.org.au>
Sun, 6 Aug 2006 11:16:34 +0000 (21:16 +1000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 21 Sep 2006 01:17:12 +0000 (11:17 +1000)
A crypto_template generates a crypto_alg object when given a set of
parameters.  this patch adds the basic data structure fo templates
and code to handle their registration/deregistration.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found