Searched refs:IMPL_FASTEST (Results 1 – 8 of 8) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/icp/include/ |
| H A D | generic_impl.c | 32 #define IMPL_FASTEST (UINT32_MAX) macro 47 static uint32_t generic_impl_chosen = IMPL_FASTEST; 54 { "fastest", IMPL_FASTEST } 105 case IMPL_FASTEST: in generic_impl_getname() 120 case IMPL_FASTEST: in generic_impl_setid() 121 atomic_swap_32(&generic_impl_chosen, IMPL_FASTEST); in generic_impl_setid() 209 case IMPL_FASTEST: in IMPL_GET_OPS()
|
| /freebsd/sys/contrib/openzfs/module/icp/algs/aes/ |
| H A D | aes_impl.c | 233 #define IMPL_FASTEST (UINT32_MAX) macro 238 static uint32_t icp_aes_impl = IMPL_FASTEST; 239 static uint32_t user_sel_impl = IMPL_FASTEST; 260 case IMPL_FASTEST: in aes_impl_get_ops() 335 { "fastest", IMPL_FASTEST },
|
| /freebsd/sys/contrib/openzfs/module/zcommon/ |
| H A D | zfs_fletcher.c | 192 #define IMPL_FASTEST (UINT32_MAX) macro 196 static uint32_t fletcher_4_impl_chosen = IMPL_FASTEST; 205 { "fastest", IMPL_FASTEST }, 419 case IMPL_FASTEST: in fletcher_4_impl_get() 924 fmt = IMPL_FMT(impl, IMPL_FASTEST); in fletcher_4_param_get() 961 fmt = IMPL_FMT(impl, IMPL_FASTEST); in fletcher_4_param()
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | vdev_raidz_math.c | 68 #define IMPL_FASTEST (UINT32_MAX) macro 76 static uint32_t user_sel_impl = IMPL_FASTEST; 108 case IMPL_FASTEST: in vdev_raidz_math_get_ops() 562 { "fastest", IMPL_FASTEST },
|
| /freebsd/sys/contrib/openzfs/module/icp/algs/sha2/ |
| H A D | sha256_impl.c | 230 fmt = IMPL_FMT(impl, IMPL_FASTEST); in sha256_param_get() 274 fmt = IMPL_FMT(impl, IMPL_FASTEST); in sha256_param()
|
| H A D | sha512_impl.c | 216 fmt = IMPL_FMT(impl, IMPL_FASTEST); in sha512_param_get() 260 fmt = IMPL_FMT(impl, IMPL_FASTEST); in sha512_param()
|
| /freebsd/sys/contrib/openzfs/module/icp/algs/modes/ |
| H A D | gcm.c | 36 #define IMPL_FASTEST (UINT32_MAX) macro 45 static uint32_t icp_gcm_impl = IMPL_FASTEST; 46 static uint32_t user_sel_impl = IMPL_FASTEST; 734 case IMPL_FASTEST: in gcm_impl_get_ops() 814 if (GCM_IMPL_READ(user_sel_impl) == IMPL_FASTEST) { in gcm_impl_init() 825 if (GCM_IMPL_READ(user_sel_impl) == IMPL_FASTEST) { in gcm_impl_init() 840 { "fastest", IMPL_FASTEST }, 915 (impl == IMPL_AVX2 || impl == IMPL_FASTEST)) { in gcm_impl_set() 920 (impl == IMPL_AVX || impl == IMPL_FASTEST)) { in gcm_impl_set()
|
| /freebsd/sys/contrib/openzfs/module/icp/algs/blake3/ |
| H A D | blake3_impl.c | 323 fmt = IMPL_FMT(impl, IMPL_FASTEST); in blake3_param_get() 367 fmt = IMPL_FMT(impl, IMPL_FASTEST); in blake3_param()
|