Lines Matching full:if

43 	  fallback, e.g., for SIMD implementations. If no arch specific
56 default CRYPTO_LIB_CHACHA if !CRYPTO_ARCH_HAVE_LIB_CHACHA
61 for SIMD implementations. If no arch specific implementation is
68 by either the generic implementation or an arch-specific one, if one
84 fallback, e.g., for SIMD implementations. If no arch specific
90 select CRYPTO_LIB_CURVE25519_GENERIC if CRYPTO_ARCH_HAVE_LIB_CURVE25519=n
99 one, if one is available and enabled.
106 default 2 if MIPS
107 default 11 if X86_64
108 default 9 if ARM || ARM64
120 default CRYPTO_LIB_POLY1305 if !CRYPTO_ARCH_HAVE_LIB_POLY1305
124 for SIMD implementations. If no arch specific implementation is
131 by either the generic implementation or an arch-specific one, if one
143 The SHA-1 and HMAC-SHA1 library functions. Select this if your module
149 default y if ARM
150 default y if ARM64 && KERNEL_MODE_NEON
151 default y if MIPS && CPU_CAVIUM_OCTEON
152 default y if PPC
153 default y if S390
154 default y if SPARC64
155 default y if X86_64
161 Select this if your module uses any of these functions from
167 default y if ARM && !CPU_V7M
168 default y if ARM64
169 default y if MIPS && CPU_CAVIUM_OCTEON
170 default y if PPC && SPE
171 default y if RISCV && 64BIT && RISCV_ISA_V && TOOLCHAIN_HAS_VECTOR_CRYPTO
172 default y if S390
173 default y if SPARC64
174 default y if X86_64
180 Select this if your module uses any of these functions from
186 default y if ARM && !CPU_V7M
187 default y if ARM64
188 default y if MIPS && CPU_CAVIUM_OCTEON
189 default y if RISCV && 64BIT && RISCV_ISA_V && TOOLCHAIN_HAS_VECTOR_CRYPTO
190 default y if S390
191 default y if SPARC64
192 default y if X86_64
199 if !KMSAN # avoid false positives from assembly
200 if ARM
203 if ARM64
206 if MIPS
209 if PPC
212 if RISCV
215 if S390
218 if X86