Home
last modified time | relevance | path

Searched refs:IMPL_CYCLE (Results 1 – 8 of 8) sorted by relevance

/freebsd-14-stable/sys/contrib/openzfs/module/icp/include/
HDgeneric_impl.c42 #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-14-stable/sys/contrib/openzfs/module/icp/algs/aes/
HDaes_impl.c243 #define IMPL_CYCLE (UINT32_MAX-1) macro
273 case IMPL_CYCLE: in aes_impl_get_ops()
343 { "cycle", IMPL_CYCLE },
/freebsd-14-stable/sys/contrib/openzfs/module/icp/algs/sha2/
HDsha512_impl.c200 fmt = IMPL_FMT(impl, IMPL_CYCLE); in sha512_param_get()
244 fmt = IMPL_FMT(impl, IMPL_CYCLE); in sha512_param()
HDsha256_impl.c232 fmt = IMPL_FMT(impl, IMPL_CYCLE); in sha256_param_get()
276 fmt = IMPL_FMT(impl, IMPL_CYCLE); in sha256_param()
/freebsd-14-stable/sys/contrib/openzfs/module/zfs/
HDvdev_raidz_math.c78 #define IMPL_CYCLE (UINT32_MAX - 1) macro
121 case IMPL_CYCLE: in vdev_raidz_math_get_ops()
570 { "cycle", IMPL_CYCLE },
/freebsd-14-stable/sys/contrib/openzfs/module/icp/algs/blake3/
HDblake3_impl.c328 fmt = IMPL_FMT(impl, IMPL_CYCLE); in blake3_param_get()
372 fmt = IMPL_FMT(impl, IMPL_CYCLE); in blake3_param()
/freebsd-14-stable/sys/contrib/openzfs/module/zcommon/
HDzfs_fletcher.c202 #define IMPL_CYCLE (UINT32_MAX - 1) macro
213 { "cycle", IMPL_CYCLE },
432 case IMPL_CYCLE: in fletcher_4_impl_get()
/freebsd-14-stable/sys/contrib/openzfs/module/icp/algs/modes/
HDgcm.c45 #define IMPL_CYCLE (UINT32_MAX-1) macro
672 if (GCM_IMPL_READ(icp_gcm_impl) != IMPL_CYCLE) { in gcm_init_ctx_impl()
812 case IMPL_CYCLE: in gcm_impl_get_ops()
903 { "cycle", IMPL_CYCLE },