aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/internal.h')
-rw-r--r--crypto/internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/internal.h b/crypto/internal.h
index 95baaea21fbc..7efa4d0533ff 100644
--- a/crypto/internal.h
+++ b/crypto/internal.h
@@ -106,6 +106,9 @@ struct crypto_tfm *__crypto_alloc_tfm(struct crypto_alg *alg, u32 type,
106 u32 mask); 106 u32 mask);
107void *crypto_create_tfm(struct crypto_alg *alg, 107void *crypto_create_tfm(struct crypto_alg *alg,
108 const struct crypto_type *frontend); 108 const struct crypto_type *frontend);
109struct crypto_alg *crypto_find_alg(const char *alg_name,
110 const struct crypto_type *frontend,
111 u32 type, u32 mask);
109void *crypto_alloc_tfm(const char *alg_name, 112void *crypto_alloc_tfm(const char *alg_name,
110 const struct crypto_type *frontend, u32 type, u32 mask); 113 const struct crypto_type *frontend, u32 type, u32 mask);
111 114