Searched refs:aes_all_impl (Results 1 – 1 of 1) sorted by relevance
228 static const aes_impl_ops_t *aes_all_impl[] = { variable252 static aes_impl_ops_t *aes_supp_impl[ARRAY_SIZE(aes_all_impl)];284 if (impl < ARRAY_SIZE(aes_all_impl)) in aes_impl_get_ops()304 for (i = 0, c = 0; i < ARRAY_SIZE(aes_all_impl); i++) { in aes_impl_init()305 curr_impl = (aes_impl_ops_t *)aes_all_impl[i]; in aes_impl_init()