Searched refs:IMPL_FASTEST (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/icp/algs/aes/ |
| H A D | aes_impl.c | 243 #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 },
|
| /f-stack/freebsd/contrib/openzfs/module/zcommon/ |
| H A D | zfs_fletcher.c | 200 #define IMPL_FASTEST (UINT32_MAX) macro 204 static uint32_t fletcher_4_impl_chosen = IMPL_FASTEST; 213 { "fastest", IMPL_FASTEST }, 428 case IMPL_FASTEST: in fletcher_4_impl_get() 902 fmt = IMPL_FMT(impl, IMPL_FASTEST); in fletcher_4_param_get() 939 fmt = IMPL_FMT(impl, IMPL_FASTEST); in fletcher_4_param()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | vdev_raidz_math.c | 77 #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() 566 { "fastest", IMPL_FASTEST },
|
| /f-stack/freebsd/contrib/openzfs/module/icp/algs/modes/ |
| H A D | gcm.c | 43 #define IMPL_FASTEST (UINT32_MAX) macro 49 static uint32_t icp_gcm_impl = IMPL_FASTEST; 50 static uint32_t user_sel_impl = IMPL_FASTEST; 810 case IMPL_FASTEST: in gcm_impl_get_ops() 891 if (GCM_IMPL_READ(user_sel_impl) == IMPL_FASTEST) { in gcm_impl_init() 906 { "fastest", IMPL_FASTEST }, 973 (impl == IMPL_AVX || impl == IMPL_FASTEST)) { in gcm_impl_set()
|