• Home
  • Raw
  • Download

Lines Matching +full:- +full:linux +full:- +full:x86_64

7 //      http://www.apache.org/licenses/LICENSE-2.0
84 "src/crypto/cpu-aarch64-fuchsia.c",
85 "src/crypto/cpu-aarch64-linux.c",
86 "src/crypto/cpu-arm-linux.c",
87 "src/crypto/cpu-arm.c",
88 "src/crypto/cpu-intel.c",
89 "src/crypto/cpu-ppc64le.c",
247 "linux-aarch64/crypto/chacha/chacha-armv8.S",
248 "linux-aarch64/crypto/fipsmodule/aesv8-armx64.S",
249 "linux-aarch64/crypto/fipsmodule/armv8-mont.S",
250 "linux-aarch64/crypto/fipsmodule/ghash-neon-armv8.S",
251 "linux-aarch64/crypto/fipsmodule/ghashv8-armx64.S",
252 "linux-aarch64/crypto/fipsmodule/sha1-armv8.S",
253 "linux-aarch64/crypto/fipsmodule/sha256-armv8.S",
254 "linux-aarch64/crypto/fipsmodule/sha512-armv8.S",
255 "linux-aarch64/crypto/fipsmodule/vpaes-armv8.S",
256 "linux-aarch64/crypto/test/trampoline-armv8.S",
261 "linux-arm/crypto/chacha/chacha-armv4.S",
262 "linux-arm/crypto/fipsmodule/aes-armv4.S",
263 "linux-arm/crypto/fipsmodule/aesv8-armx32.S",
264 "linux-arm/crypto/fipsmodule/armv4-mont.S",
265 "linux-arm/crypto/fipsmodule/bsaes-armv7.S",
266 "linux-arm/crypto/fipsmodule/ghash-armv4.S",
267 "linux-arm/crypto/fipsmodule/ghashv8-armx32.S",
268 "linux-arm/crypto/fipsmodule/sha1-armv4-large.S",
269 "linux-arm/crypto/fipsmodule/sha256-armv4.S",
270 "linux-arm/crypto/fipsmodule/sha512-armv4.S",
271 "linux-arm/crypto/test/trampoline-armv4.S",
272 "src/crypto/curve25519/asm/x25519-asm-arm.S",
278 "linux-x86/crypto/chacha/chacha-x86.S",
279 "linux-x86/crypto/fipsmodule/aes-586.S",
280 "linux-x86/crypto/fipsmodule/aesni-x86.S",
281 "linux-x86/crypto/fipsmodule/bn-586.S",
282 "linux-x86/crypto/fipsmodule/co-586.S",
283 "linux-x86/crypto/fipsmodule/ghash-ssse3-x86.S",
284 "linux-x86/crypto/fipsmodule/ghash-x86.S",
285 "linux-x86/crypto/fipsmodule/md5-586.S",
286 "linux-x86/crypto/fipsmodule/sha1-586.S",
287 "linux-x86/crypto/fipsmodule/sha256-586.S",
288 "linux-x86/crypto/fipsmodule/sha512-586.S",
289 "linux-x86/crypto/fipsmodule/vpaes-x86.S",
290 "linux-x86/crypto/fipsmodule/x86-mont.S",
291 "linux-x86/crypto/test/trampoline-x86.S",
296 "linux-x86_64/crypto/chacha/chacha-x86_64.S",
297 "linux-x86_64/crypto/cipher_extra/aes128gcmsiv-x86_64.S",
298 "linux-x86_64/crypto/cipher_extra/chacha20_poly1305_x86_64.S",
299 "linux-x86_64/crypto/fipsmodule/aes-x86_64.S",
300 "linux-x86_64/crypto/fipsmodule/aesni-gcm-x86_64.S",
301 "linux-x86_64/crypto/fipsmodule/aesni-x86_64.S",
302 "linux-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64.S",
303 "linux-x86_64/crypto/fipsmodule/ghash-x86_64.S",
304 "linux-x86_64/crypto/fipsmodule/md5-x86_64.S",
305 "linux-x86_64/crypto/fipsmodule/p256-x86_64-asm.S",
306 "linux-x86_64/crypto/fipsmodule/p256_beeu-x86_64-asm.S",
307 "linux-x86_64/crypto/fipsmodule/rdrand-x86_64.S",
308 "linux-x86_64/crypto/fipsmodule/rsaz-avx2.S",
309 "linux-x86_64/crypto/fipsmodule/sha1-x86_64.S",
310 "linux-x86_64/crypto/fipsmodule/sha256-x86_64.S",
311 "linux-x86_64/crypto/fipsmodule/sha512-x86_64.S",
312 "linux-x86_64/crypto/fipsmodule/vpaes-x86_64.S",
313 "linux-x86_64/crypto/fipsmodule/x86_64-mont.S",
314 "linux-x86_64/crypto/fipsmodule/x86_64-mont5.S",
315 "linux-x86_64/crypto/test/trampoline-x86_64.S",
411 "src/crypto/cpu-arm-linux_test.cc",
427 "src/crypto/fipsmodule/ec/p256-x86_64_test.cc",