commit | 22cf705360707ced15f9fe5423938f313c7df536 | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ardb@kernel.org> | Fri Nov 08 13:22:18 2019 +0100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Sun Nov 17 09:02:40 2019 +0800 |
tree | f5c963d8bcf16c1725271d00c7b2b478755fba9d | |
parent | 3a2f58f3ba4f6f44e33d1a48240d5eadb882cb59 [diff] |
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>