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.c709 static gcm_impl_ops_t gcm_fastest_impl = { variable
745 ops = &gcm_fastest_impl; in gcm_impl_get_ops()
805 memcpy(&gcm_fastest_impl, &gcm_pclmulqdq_impl, in gcm_impl_init()
806 sizeof (gcm_fastest_impl)); in gcm_impl_init()
810 memcpy(&gcm_fastest_impl, &gcm_generic_impl, in gcm_impl_init()
811 sizeof (gcm_fastest_impl)); in gcm_impl_init()
814 strlcpy(gcm_fastest_impl.name, "fastest", GCM_IMPL_NAME_MAX); in gcm_impl_init()