Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/lib/crypto/mips/Kconfig
26282 views
# SPDX-License-Identifier: GPL-2.0-only

config CRYPTO_CHACHA_MIPS
	tristate
	depends on CPU_MIPS32_R2
	default CRYPTO_LIB_CHACHA
	select CRYPTO_ARCH_HAVE_LIB_CHACHA

config CRYPTO_POLY1305_MIPS
	tristate
	default CRYPTO_LIB_POLY1305
	select CRYPTO_ARCH_HAVE_LIB_POLY1305