Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/crypto/
Daesni-intel_glue.c614 bool do_avx, do_avx2; in gcmaes_crypt_by_sg() local
623 do_avx2 = (left >= AVX_GEN4_OPTSIZE); in gcmaes_crypt_by_sg()
643 if (static_branch_likely(&gcm_use_avx2) && do_avx2) in gcmaes_crypt_by_sg()
663 if (static_branch_likely(&gcm_use_avx2) && do_avx2) { in gcmaes_crypt_by_sg()
701 if (static_branch_likely(&gcm_use_avx2) && do_avx2) in gcmaes_crypt_by_sg()