Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/icp/algs/modes/
H A Dgcm.c710 static gcm_impl_ops_t gcm_fastest_impl = { variable
746 ops = &gcm_fastest_impl; in gcm_impl_get_ops()
806 memcpy(&gcm_fastest_impl, &gcm_pclmulqdq_impl, in gcm_impl_init()
807 sizeof (gcm_fastest_impl)); in gcm_impl_init()
811 memcpy(&gcm_fastest_impl, &gcm_generic_impl, in gcm_impl_init()
812 sizeof (gcm_fastest_impl)); in gcm_impl_init()
815 strlcpy(gcm_fastest_impl.name, "fastest", GCM_IMPL_NAME_MAX); in gcm_impl_init()