]> git.ipfire.org Git - thirdparty/kernel/linux.git/blobdiff - include/crypto/internal/hash.h
crypto: ahash - unexport crypto_hash_alg_has_setkey()
[thirdparty/kernel/linux.git] / include / crypto / internal / hash.h
index 59c707e4dea467be1320ef458c51ddbd1568cd71..58967593b6b4d170da49fe0df9ceac12d1cfbd4a 100644 (file)
@@ -87,8 +87,6 @@ static inline bool crypto_shash_alg_needs_key(struct shash_alg *alg)
                !(alg->base.cra_flags & CRYPTO_ALG_OPTIONAL_KEY);
 }
 
-bool crypto_hash_alg_has_setkey(struct hash_alg_common *halg);
-
 int crypto_grab_ahash(struct crypto_ahash_spawn *spawn,
                      struct crypto_instance *inst,
                      const char *name, u32 type, u32 mask);