Home
last modified time | relevance | path

Searched refs:gcm_generic_impl (Results 1 – 3 of 3) sorted by relevance

/src/sys/contrib/openzfs/module/icp/include/modes/
H A Dgcm_impl.h57 extern const gcm_impl_ops_t gcm_generic_impl;
/src/sys/contrib/openzfs/module/icp/algs/modes/
H A Dgcm_generic.c80 const gcm_impl_ops_t gcm_generic_impl = { variable
H A Dgcm.c716 &gcm_generic_impl,
738 return (&gcm_generic_impl); in gcm_impl_get_ops()
766 ops = &gcm_generic_impl; in gcm_impl_get_ops()
811 memcpy(&gcm_fastest_impl, &gcm_generic_impl, in gcm_impl_init()