crypto: chacha - unexport chacha_generic routines
authorArd Biesheuvel <ardb@kernel.org>
Fri, 8 Nov 2019 12:22:18 +0000 (13:22 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sun, 17 Nov 2019 01:02:40 +0000 (09:02 +0800)
commit22cf705360707ced15f9fe5423938f313c7df536
treef5c963d8bcf16c1725271d00c7b2b478755fba9d
parent3a2f58f3ba4f6f44e33d1a48240d5eadb882cb59
crypto: chacha - unexport chacha_generic routines

Now that all users of generic ChaCha code have moved to the core library,
there is no longer a need for the generic ChaCha skcpiher driver to
export parts of it implementation for reuse by other drivers. So drop
the exports, and make the symbols static.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/chacha_generic.c
include/crypto/internal/chacha.h