Searched refs:user_sel_impl (Results 1 – 3 of 3) sorted by relevance
239 static uint32_t user_sel_impl = IMPL_FASTEST; variable326 atomic_swap_32(&icp_aes_impl, user_sel_impl); in aes_impl_init()354 uint32_t impl = AES_IMPL_READ(user_sel_impl); in aes_impl_set()392 atomic_swap_32(&user_sel_impl, impl); in aes_impl_set()
76 static uint32_t user_sel_impl = IMPL_FASTEST; variable534 atomic_swap_32(&zfs_vdev_raidz_impl, user_sel_impl); in vdev_raidz_math_init()583 uint32_t impl = RAIDZ_IMPL_READ(user_sel_impl); in vdev_raidz_impl_set()621 atomic_swap_32(&user_sel_impl, impl); in vdev_raidz_impl_set()
46 static uint32_t user_sel_impl = IMPL_FASTEST; variable814 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()831 atomic_swap_32(&icp_gcm_impl, user_sel_impl); in gcm_impl_init()863 uint32_t impl = GCM_IMPL_READ(user_sel_impl); in gcm_impl_set()931 atomic_swap_32(&user_sel_impl, impl); in gcm_impl_set()