OSDN Git Service

crypto: ahash - unexport crypto_ahash_type
authorEric Biggers <ebiggers@google.com>
Fri, 3 Jan 2020 03:59:07 +0000 (19:59 -0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 9 Jan 2020 03:30:57 +0000 (11:30 +0800)
commit6d1b41fce0aa916efd1ce0728e1e4bd20a3642d5
tree4aff7f46205bff1d4bd14e660d46e5b8cca8f02c
parent629f1afc15ee8f34ec67bef0c33b9bccca7eeecc
crypto: ahash - unexport crypto_ahash_type

Now that all the templates that need ahash spawns have been converted to
use crypto_grab_ahash() rather than look up the algorithm directly,
crypto_ahash_type is no longer used outside of ahash.c.  Make it static.

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