aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/internal.h
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2009-07-14 18:45:45 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2009-07-14 18:45:45 +0800
commit9cd899a32f611eb6328014f1d9e0ba31977812d9 (patch)
tree5f217da3aaec5caffe86a80053c44d01a4211ff0 /crypto/internal.h
parent52861c7cd711fac97b37ae0f4842a9ad26ecae72 (diff)
downloadkernel_samsung_smdk4412-9cd899a32f611eb6328014f1d9e0ba31977812d9.zip
kernel_samsung_smdk4412-9cd899a32f611eb6328014f1d9e0ba31977812d9.tar.gz
kernel_samsung_smdk4412-9cd899a32f611eb6328014f1d9e0ba31977812d9.tar.bz2
crypto: cryptd - Switch to template create API
This patch changes cryptd to use the template->create function instead of alloc in anticipation for the switch to new style ahash algorithms. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/internal.h')
-rw-r--r--crypto/internal.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/internal.h b/crypto/internal.h
index 030e229..2d22636 100644
--- a/crypto/internal.h
+++ b/crypto/internal.h
@@ -97,9 +97,6 @@ struct crypto_alg *crypto_find_alg(const char *alg_name,
void *crypto_alloc_tfm(const char *alg_name,
const struct crypto_type *frontend, u32 type, u32 mask);
-int crypto_register_instance(struct crypto_template *tmpl,
- struct crypto_instance *inst);
-
int crypto_register_notifier(struct notifier_block *nb);
int crypto_unregister_notifier(struct notifier_block *nb);
int crypto_probing_notify(unsigned long val, void *v);