[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)
commit4cc7720cd165273b08a72b4193146dffee58e34b
tree19c49af8a8195624ae101f665a05efc086c7f53b
parentcce9e06d100df19a327b19f23adad76e7bf63edd
[CRYPTO] api: Add template registration

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>
crypto/algapi.c
crypto/internal.h
include/crypto/algapi.h