Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/module/icp/algs/modes/
H A Dgcm.c51 #define IMPL_AVX2 (UINT32_MAX-3) macro
759 case IMPL_AVX2: in gcm_impl_get_ops()
853 { "avx2-vaes", IMPL_AVX2 },
891 if (gcm_impl_opts[i].sel == IMPL_AVX2 && in gcm_impl_set()
925 (impl == IMPL_AVX2 || impl == IMPL_FASTEST)) { in gcm_impl_set()
967 if (gcm_impl_opts[i].sel == IMPL_AVX2 && in icp_gcm_impl_get()