diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/crypto/internal/hash.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/crypto/internal/hash.h b/include/crypto/internal/hash.h index 5bfad8c80595..821eae8cbd8c 100644 --- a/include/crypto/internal/hash.h +++ b/include/crypto/internal/hash.h | |||
| @@ -83,6 +83,8 @@ struct hash_alg_common *ahash_attr_alg(struct rtattr *rta, u32 type, u32 mask); | |||
| 83 | 83 | ||
| 84 | int crypto_register_shash(struct shash_alg *alg); | 84 | int crypto_register_shash(struct shash_alg *alg); |
| 85 | int crypto_unregister_shash(struct shash_alg *alg); | 85 | int crypto_unregister_shash(struct shash_alg *alg); |
| 86 | int crypto_register_shashes(struct shash_alg *algs, int count); | ||
| 87 | int crypto_unregister_shashes(struct shash_alg *algs, int count); | ||
| 86 | int shash_register_instance(struct crypto_template *tmpl, | 88 | int shash_register_instance(struct crypto_template *tmpl, |
| 87 | struct shash_instance *inst); | 89 | struct shash_instance *inst); |
| 88 | void shash_free_instance(struct crypto_instance *inst); | 90 | void shash_free_instance(struct crypto_instance *inst); |
