diff options
author | Eric Biggers <ebiggers@google.com> | 2025-04-22 08:27:15 -0700 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2025-04-28 19:40:54 +0800 |
commit | 879f47548b8710f6cdfde38be7d5a6302e9e015d (patch) | |
tree | d629647792d86a84c008bb2e7769ddb156766183 /lib/string_helpers.c | |
parent | c7c18c94a6becc42c71a17fdc6a551aa8efb2999 (diff) |
crypto: lib/chacha - remove INTERNAL symbol and selection of CRYPTO
Now that the architecture-optimized ChaCha kconfig symbols are defined
regardless of CRYPTO, there is no need for CRYPTO_LIB_CHACHA to select
CRYPTO. So, remove that. This makes the indirection through the
CRYPTO_LIB_CHACHA_INTERNAL symbol unnecessary, so get rid of that and
just use CRYPTO_LIB_CHACHA directly. Finally, make the fallback to the
generic implementation use a default value instead of a select; this
makes it consistent with how the arch-optimized code gets enabled and
also with how CRYPTO_LIB_BLAKE2S_GENERIC gets enabled.
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'lib/string_helpers.c')
0 files changed, 0 insertions, 0 deletions