Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/include/modes/
H A Dgcm_impl.h56 extern const gcm_impl_ops_t gcm_generic_impl;
/f-stack/freebsd/contrib/openzfs/module/icp/algs/modes/
H A Dgcm_generic.c79 const gcm_impl_ops_t gcm_generic_impl = { variable
H A Dgcm.c782 &gcm_generic_impl,
804 return (&gcm_generic_impl); in gcm_impl_get_ops()
829 ops = &gcm_generic_impl; in gcm_impl_get_ops()
874 memcpy(&gcm_fastest_impl, &gcm_generic_impl, in gcm_impl_init()