Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/icp/include/
H A Dgeneric_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/sys/contrib/openzfs/module/icp/algs/aes/
H A Daes_impl.c243 #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 Dsha512_impl.c200 fmt = IMPL_FMT(impl, IMPL_CYCLE); in sha512_param_get()
244 fmt = IMPL_FMT(impl, IMPL_CYCLE); in sha512_param()
H A Dsha256_impl.c232 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 Dvdev_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/sys/contrib/openzfs/module/icp/algs/blake3/
H A Dblake3_impl.c328 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 Dzfs_fletcher.c202 #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 Dgcm.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 },