Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/icp/include/
H A Dgeneric_impl.c42 #define IMPL_FASTEST (UINT32_MAX) macro
57 static uint32_t generic_impl_chosen = IMPL_FASTEST;
64 { "fastest", IMPL_FASTEST }
115 case IMPL_FASTEST: in generic_impl_getname()
130 case IMPL_FASTEST: in generic_impl_setid()
131 atomic_swap_32(&generic_impl_chosen, IMPL_FASTEST); in generic_impl_setid()
219 case IMPL_FASTEST: in IMPL_GET_OPS()
/freebsd/sys/contrib/openzfs/module/icp/algs/aes/
H A Daes_impl.c243 #define IMPL_FASTEST (UINT32_MAX) macro
248 static uint32_t icp_aes_impl = IMPL_FASTEST;
249 static uint32_t user_sel_impl = IMPL_FASTEST;
270 case IMPL_FASTEST: in aes_impl_get_ops()
345 { "fastest", IMPL_FASTEST },
/freebsd/sys/contrib/openzfs/module/zcommon/
H A Dzfs_fletcher.c202 #define IMPL_FASTEST (UINT32_MAX) macro
206 static uint32_t fletcher_4_impl_chosen = IMPL_FASTEST;
215 { "fastest", IMPL_FASTEST },
429 case IMPL_FASTEST: in fletcher_4_impl_get()
927 fmt = IMPL_FMT(impl, IMPL_FASTEST); in fletcher_4_param_get()
964 fmt = IMPL_FMT(impl, IMPL_FASTEST); in fletcher_4_param()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math.c78 #define IMPL_FASTEST (UINT32_MAX) macro
86 static uint32_t user_sel_impl = IMPL_FASTEST;
118 case IMPL_FASTEST: in vdev_raidz_math_get_ops()
572 { "fastest", IMPL_FASTEST },
/freebsd/sys/contrib/openzfs/module/icp/algs/sha2/
H A Dsha512_impl.c208 fmt = IMPL_FMT(impl, IMPL_FASTEST); in sha512_param_get()
252 fmt = IMPL_FMT(impl, IMPL_FASTEST); in sha512_param()
H A Dsha256_impl.c240 fmt = IMPL_FMT(impl, IMPL_FASTEST); in sha256_param_get()
284 fmt = IMPL_FMT(impl, IMPL_FASTEST); in sha256_param()
/freebsd/sys/contrib/openzfs/module/icp/algs/modes/
H A Dgcm.c45 #define IMPL_FASTEST (UINT32_MAX) macro
54 static uint32_t icp_gcm_impl = IMPL_FASTEST;
55 static uint32_t user_sel_impl = IMPL_FASTEST;
743 case IMPL_FASTEST: in gcm_impl_get_ops()
823 if (GCM_IMPL_READ(user_sel_impl) == IMPL_FASTEST) { in gcm_impl_init()
834 if (GCM_IMPL_READ(user_sel_impl) == IMPL_FASTEST) { in gcm_impl_init()
849 { "fastest", IMPL_FASTEST },
924 (impl == IMPL_AVX2 || impl == IMPL_FASTEST)) { in gcm_impl_set()
929 (impl == IMPL_AVX || impl == IMPL_FASTEST)) { in gcm_impl_set()
/freebsd/sys/contrib/openzfs/module/icp/algs/blake3/
H A Dblake3_impl.c333 fmt = IMPL_FMT(impl, IMPL_FASTEST); in blake3_param_get()
377 fmt = IMPL_FMT(impl, IMPL_FASTEST); in blake3_param()