diff options
Diffstat (limited to 'include/linux/crypto.h')
-rw-r--r-- | include/linux/crypto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/crypto.h b/include/linux/crypto.h index c43dc47fdf75..7ea0a4bc4ced 100644 --- a/include/linux/crypto.h +++ b/include/linux/crypto.h | |||
@@ -515,6 +515,8 @@ struct crypto_tfm *crypto_alloc_tfm(const char *alg_name, u32 tfm_flags); | |||
515 | struct crypto_tfm *crypto_alloc_base(const char *alg_name, u32 type, u32 mask); | 515 | struct crypto_tfm *crypto_alloc_base(const char *alg_name, u32 type, u32 mask); |
516 | void crypto_free_tfm(struct crypto_tfm *tfm); | 516 | void crypto_free_tfm(struct crypto_tfm *tfm); |
517 | 517 | ||
518 | int alg_test(const char *driver, const char *alg, u32 type, u32 mask); | ||
519 | |||
518 | /* | 520 | /* |
519 | * Transform helpers which query the underlying algorithm. | 521 | * Transform helpers which query the underlying algorithm. |
520 | */ | 522 | */ |