Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/icp/algs/aes/
H A Daes_impl.c223 static aes_impl_ops_t aes_fastest_impl = { variable
271 ops = &aes_fastest_impl; in aes_impl_get_ops()
319 memcpy(&aes_fastest_impl, &aes_aesni_impl, in aes_impl_init()
320 sizeof (aes_fastest_impl)); in aes_impl_init()
324 memcpy(&aes_fastest_impl, &aes_x86_64_impl, in aes_impl_init()
325 sizeof (aes_fastest_impl)); in aes_impl_init()
328 memcpy(&aes_fastest_impl, &aes_generic_impl, in aes_impl_init()
329 sizeof (aes_fastest_impl)); in aes_impl_init()
332 strlcpy(aes_fastest_impl.name, "fastest", AES_IMPL_NAME_MAX); in aes_impl_init()