]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
crypto: ahash - unexport crypto_hash_alg_has_setkey()
authorEric Biggers <ebiggers@google.com>
Sat, 27 Jan 2024 07:49:27 +0000 (23:49 -0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 2 Feb 2024 10:10:05 +0000 (18:10 +0800)
commit9a14b311f2f786a7ac68f445bc550459b36d3190
tree7d9f6f64e3dbb6d62f0c0258a131f83f17250896
parent0c753f33428d824f476c1e76fac2f06b8dd0b3d5
crypto: ahash - unexport crypto_hash_alg_has_setkey()

Since crypto_hash_alg_has_setkey() is only called from ahash.c itself,
make it a static function.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/ahash.c
include/crypto/internal/hash.h