Home
last modified time | relevance | path

Searched refs:poly1305_use_avx2 (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/arch/x86/crypto/
Dpoly1305_glue.c37 static bool poly1305_use_avx2; variable
79 if (poly1305_use_avx2 && srclen >= POLY1305_BLOCK_SIZE * 4) { in poly1305_simd_blocks()
181 poly1305_use_avx2 = boot_cpu_has(X86_FEATURE_AVX) && in poly1305_simd_mod_init()
185 if (poly1305_use_avx2) in poly1305_simd_mod_init()