aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'include/crypto/internal/hash.h')
-rw-r--r--include/crypto/internal/hash.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/crypto/internal/hash.h b/include/crypto/internal/hash.h
index 0ebdb4f2f0c8..90aa5cb7ea82 100644
--- a/include/crypto/internal/hash.h
+++ b/include/crypto/internal/hash.h
@@ -91,6 +91,8 @@ static inline bool crypto_shash_alg_has_setkey(struct shash_alg *alg)
91 return alg->setkey != shash_no_setkey; 91 return alg->setkey != shash_no_setkey;
92} 92}
93 93
94bool crypto_hash_alg_has_setkey(struct hash_alg_common *halg);
95
94int crypto_init_ahash_spawn(struct crypto_ahash_spawn *spawn, 96int crypto_init_ahash_spawn(struct crypto_ahash_spawn *spawn,
95 struct hash_alg_common *alg, 97 struct hash_alg_common *alg,
96 struct crypto_instance *inst); 98 struct crypto_instance *inst);