Searched refs:IMPL_CYCLE (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/openzfs/module/icp/include/ |
H A D | generic_impl.c | 42 #define IMPL_CYCLE (UINT32_MAX - 1) macro 62 { "cycle", IMPL_CYCLE }, 116 case IMPL_CYCLE: in generic_impl_getname() 132 case IMPL_CYCLE: in generic_impl_setid() 133 atomic_swap_32(&generic_impl_chosen, IMPL_CYCLE); in generic_impl_setid() 221 case IMPL_CYCLE: in IMPL_GET_OPS()
|
/freebsd/sys/contrib/openzfs/module/icp/algs/aes/ |
H A D | aes_impl.c | 243 #define IMPL_CYCLE (UINT32_MAX-1) macro 273 case IMPL_CYCLE: in aes_impl_get_ops() 343 { "cycle", IMPL_CYCLE },
|
/freebsd/sys/contrib/openzfs/module/icp/algs/sha2/ |
H A D | sha512_impl.c | 200 fmt = IMPL_FMT(impl, IMPL_CYCLE); in sha512_param_get() 244 fmt = IMPL_FMT(impl, IMPL_CYCLE); in sha512_param()
|
H A D | sha256_impl.c | 232 fmt = IMPL_FMT(impl, IMPL_CYCLE); in sha256_param_get() 276 fmt = IMPL_FMT(impl, IMPL_CYCLE); in sha256_param()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | vdev_raidz_math.c | 78 #define IMPL_CYCLE (UINT32_MAX - 1) macro 121 case IMPL_CYCLE: in vdev_raidz_math_get_ops() 570 { "cycle", IMPL_CYCLE },
|
/freebsd/sys/contrib/openzfs/module/icp/algs/blake3/ |
H A D | blake3_impl.c | 328 fmt = IMPL_FMT(impl, IMPL_CYCLE); in blake3_param_get() 372 fmt = IMPL_FMT(impl, IMPL_CYCLE); in blake3_param()
|
/freebsd/sys/contrib/openzfs/module/zcommon/ |
H A D | zfs_fletcher.c | 202 #define IMPL_CYCLE (UINT32_MAX - 1) macro 213 { "cycle", IMPL_CYCLE }, 432 case IMPL_CYCLE: in fletcher_4_impl_get()
|
/freebsd/sys/contrib/openzfs/module/icp/algs/modes/ |
H A D | gcm.c | 45 #define IMPL_CYCLE (UINT32_MAX-1) macro 632 if (GCM_IMPL_READ(icp_gcm_impl) != IMPL_CYCLE) { in gcm_init_ctx() 759 case IMPL_CYCLE: in gcm_impl_get_ops() 850 { "cycle", IMPL_CYCLE },
|