poly1305_use_avx2   37 arch/x86/crypto/poly1305_glue.c static bool poly1305_use_avx2;
poly1305_use_avx2   79 arch/x86/crypto/poly1305_glue.c 	if (poly1305_use_avx2 && srclen >= POLY1305_BLOCK_SIZE * 4) {
poly1305_use_avx2  181 arch/x86/crypto/poly1305_glue.c 	poly1305_use_avx2 = boot_cpu_has(X86_FEATURE_AVX) &&
poly1305_use_avx2  185 arch/x86/crypto/poly1305_glue.c 	if (poly1305_use_avx2)