Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/icp/algs/modes/
H A Dgcm.c47 #define IMPL_AVX (UINT32_MAX-2) macro
768 case IMPL_AVX: in gcm_impl_get_ops()
853 { "avx", IMPL_AVX },
890 if (gcm_impl_opts[i].sel == IMPL_AVX && !gcm_avx_will_work()) { in gcm_impl_set()
918 (impl == IMPL_AVX || impl == IMPL_FASTEST)) { in gcm_impl_set()
956 if (gcm_impl_opts[i].sel == IMPL_AVX && !gcm_avx_will_work()) { in icp_gcm_impl_get()