aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/crypto.h')
-rw-r--r--include/linux/crypto.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/crypto.h b/include/linux/crypto.h
index ea52cd944fd..ffaaa418cf5 100644
--- a/include/linux/crypto.h
+++ b/include/linux/crypto.h
@@ -546,7 +546,9 @@ struct crypto_attr_u32 {
546 * Transform user interface. 546 * Transform user interface.
547 */ 547 */
548 548
549struct crypto_tfm *crypto_alloc_tfm(const char *alg_name, u32 tfm_flags); 549struct crypto_tfm *crypto_alloc_tfm(const char *alg_name,
550 const struct crypto_type *frontend,
551 u32 type, u32 mask);
550struct crypto_tfm *crypto_alloc_base(const char *alg_name, u32 type, u32 mask); 552struct crypto_tfm *crypto_alloc_base(const char *alg_name, u32 type, u32 mask);
551void crypto_free_tfm(struct crypto_tfm *tfm); 553void crypto_free_tfm(struct crypto_tfm *tfm);
552 554