commit | f2ac72e8268d9559c3114d5a22679f91f80a2238 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Tue Jul 07 12:30:33 2009 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Tue Jul 07 12:30:33 2009 +0800 |
tree | e52b3b65b62b48f8a77c9a522d9e55f04bcf6259 | |
parent | fd09d7facb7cf3a884979eb5f843338ce1ce9b43 [diff] |
crypto: api - Add new template create function This patch introduces the template->create function intended to replace the existing alloc function. The intention is for create to handle the registration directly, whereas currently the caller of alloc has to handle the registration. This allows type-specific code to be run prior to registration. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>