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 | 42 #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 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 },
|
| /freebsd/sys/contrib/openzfs/module/zcommon/ |
| H A D | zfs_fletcher.c | 202 #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 D | vdev_raidz_math.c | 78 #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 D | sha512_impl.c | 208 fmt = IMPL_FMT(impl, IMPL_FASTEST); in sha512_param_get() 252 fmt = IMPL_FMT(impl, IMPL_FASTEST); in sha512_param()
|
| H A D | sha256_impl.c | 240 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 D | gcm.c | 45 #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 D | blake3_impl.c | 333 fmt = IMPL_FMT(impl, IMPL_FASTEST); in blake3_param_get() 377 fmt = IMPL_FMT(impl, IMPL_FASTEST); in blake3_param()
|