Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/crypto/
Dpoly1305_glue.c41 static bool poly1305_use_avx2; variable
83 if (poly1305_use_avx2 && srclen >= POLY1305_BLOCK_SIZE * 4) { in poly1305_simd_blocks()
186 poly1305_use_avx2 = cpu_has_avx && cpu_has_avx2 && in poly1305_simd_mod_init()
189 if (poly1305_use_avx2) in poly1305_simd_mod_init()