Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/algs/aes/
H A Daes_impl.c224 static aes_impl_ops_t aes_fastest_impl = { variable
272 ops = &aes_fastest_impl; in aes_impl_get_ops()
320 memcpy(&aes_fastest_impl, &aes_aesni_impl, in aes_impl_init()
321 sizeof (aes_fastest_impl)); in aes_impl_init()
325 memcpy(&aes_fastest_impl, &aes_x86_64_impl, in aes_impl_init()
326 sizeof (aes_fastest_impl)); in aes_impl_init()
329 memcpy(&aes_fastest_impl, &aes_generic_impl, in aes_impl_init()
330 sizeof (aes_fastest_impl)); in aes_impl_init()
333 strlcpy(aes_fastest_impl.name, "fastest", AES_IMPL_NAME_MAX); in aes_impl_init()