]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - crypto/internal.h
crypto: cryptd - Switch to template create API
[mirror_ubuntu-bionic-kernel.git] / crypto / internal.h
index 030e22921c300c4215e48a4f7f8997b1bdd9fb63..2d226362e5940f9621e500970f88b72bd564e9d6 100644 (file)
@@ -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);