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.c41 #define IMPL_FASTEST (UINT32_MAX) macro
56 static uint32_t generic_impl_chosen = IMPL_FASTEST;
63 { "fastest", IMPL_FASTEST }
114 case IMPL_FASTEST: in generic_impl_getname()
129 case IMPL_FASTEST: in generic_impl_setid()
130 atomic_swap_32(&generic_impl_chosen, IMPL_FASTEST); in generic_impl_setid()
218 case IMPL_FASTEST: in IMPL_GET_OPS()
/freebsd/sys/contrib/openzfs/module/icp/algs/aes/
H A Daes_impl.c242 #define IMPL_FASTEST (UINT32_MAX) macro
247 static uint32_t icp_aes_impl = IMPL_FASTEST;
248 static uint32_t user_sel_impl = IMPL_FASTEST;
269 case IMPL_FASTEST: in aes_impl_get_ops()
344 { "fastest", IMPL_FASTEST },
/freebsd/sys/contrib/openzfs/module/zcommon/
H A Dzfs_fletcher.c201 #define IMPL_FASTEST (UINT32_MAX) macro
205 static uint32_t fletcher_4_impl_chosen = IMPL_FASTEST;
214 { "fastest", IMPL_FASTEST },
428 case IMPL_FASTEST: in fletcher_4_impl_get()
926 fmt = IMPL_FMT(impl, IMPL_FASTEST); in fletcher_4_param_get()
963 fmt = IMPL_FMT(impl, IMPL_FASTEST); in fletcher_4_param()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math.c77 #define IMPL_FASTEST (UINT32_MAX) macro
85 static uint32_t user_sel_impl = IMPL_FASTEST;
117 case IMPL_FASTEST: in vdev_raidz_math_get_ops()
571 { "fastest", IMPL_FASTEST },
/freebsd/sys/contrib/openzfs/module/icp/algs/sha2/
H A Dsha512_impl.c204 fmt = IMPL_FMT(impl, IMPL_FASTEST); in sha512_param_get()
248 fmt = IMPL_FMT(impl, IMPL_FASTEST); in sha512_param()
H A Dsha256_impl.c236 fmt = IMPL_FMT(impl, IMPL_FASTEST); in sha256_param_get()
280 fmt = IMPL_FMT(impl, IMPL_FASTEST); in sha256_param()
/freebsd/sys/contrib/openzfs/module/icp/algs/modes/
H A Dgcm.c44 #define IMPL_FASTEST (UINT32_MAX) macro
50 static uint32_t icp_gcm_impl = IMPL_FASTEST;
51 static uint32_t user_sel_impl = IMPL_FASTEST;
808 case IMPL_FASTEST: in gcm_impl_get_ops()
889 if (GCM_IMPL_READ(user_sel_impl) == IMPL_FASTEST) { in gcm_impl_init()
904 { "fastest", IMPL_FASTEST },
971 (impl == IMPL_AVX || impl == IMPL_FASTEST)) { in gcm_impl_set()
/freebsd/sys/contrib/openzfs/module/icp/algs/blake3/
H A Dblake3_impl.c332 fmt = IMPL_FMT(impl, IMPL_FASTEST); in blake3_param_get()
376 fmt = IMPL_FMT(impl, IMPL_FASTEST); in blake3_param()