diff options
Diffstat (limited to 'include/crypto/internal/hash.h')
-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 c2bae8da642c..27040a46d50a 100644 --- a/include/crypto/internal/hash.h +++ b/include/crypto/internal/hash.h | |||
@@ -90,6 +90,8 @@ static inline bool crypto_shash_alg_has_setkey(struct shash_alg *alg) | |||
90 | return alg->setkey != shash_no_setkey; | 90 | return alg->setkey != shash_no_setkey; |
91 | } | 91 | } |
92 | 92 | ||
93 | bool crypto_hash_alg_has_setkey(struct hash_alg_common *halg); | ||
94 | |||
93 | int crypto_init_ahash_spawn(struct crypto_ahash_spawn *spawn, | 95 | int crypto_init_ahash_spawn(struct crypto_ahash_spawn *spawn, |
94 | struct hash_alg_common *alg, | 96 | struct hash_alg_common *alg, |
95 | struct crypto_instance *inst); | 97 | struct crypto_instance *inst); |