15 lines
340 B
Plaintext
15 lines
340 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
config CRYPTO_CHACHA20_NEON
|
|
tristate
|
|
depends on KERNEL_MODE_NEON
|
|
default CRYPTO_LIB_CHACHA
|
|
select CRYPTO_LIB_CHACHA_GENERIC
|
|
select CRYPTO_ARCH_HAVE_LIB_CHACHA
|
|
|
|
config CRYPTO_POLY1305_NEON
|
|
tristate
|
|
depends on KERNEL_MODE_NEON
|
|
default CRYPTO_LIB_POLY1305
|
|
select CRYPTO_ARCH_HAVE_LIB_POLY1305
|