diff options
Diffstat (limited to 'include/linux/crypto.h')
-rw-r--r-- | include/linux/crypto.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/crypto.h b/include/linux/crypto.h index ea52cd944fd9..ffaaa418cf59 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 | ||
549 | struct crypto_tfm *crypto_alloc_tfm(const char *alg_name, u32 tfm_flags); | 549 | struct crypto_tfm *crypto_alloc_tfm(const char *alg_name, |
550 | const struct crypto_type *frontend, | ||
551 | u32 type, u32 mask); | ||
550 | struct crypto_tfm *crypto_alloc_base(const char *alg_name, u32 type, u32 mask); | 552 | struct crypto_tfm *crypto_alloc_base(const char *alg_name, u32 type, u32 mask); |
551 | void crypto_free_tfm(struct crypto_tfm *tfm); | 553 | void crypto_free_tfm(struct crypto_tfm *tfm); |
552 | 554 | ||