Searched refs:aes_impl_ops_t (Results 1 – 5 of 5) sorted by relevance
44 const aes_impl_ops_t *ops = aes_impl_get_ops(); in aes_init_keysched()118 const aes_impl_ops_t *ops = ksch->ops; in aes_encrypt_block()165 const aes_impl_ops_t *ops = ksch->ops; in aes_decrypt_block()224 static aes_impl_ops_t aes_fastest_impl = {229 const aes_impl_ops_t *aes_all_impl[] = {253 static aes_impl_ops_t *aes_supp_impl[ARRAY_SIZE(aes_all_impl)];260 const aes_impl_ops_t *266 const aes_impl_ops_t *ops = NULL; in aes_impl_get_ops()301 aes_impl_ops_t *curr_impl; in aes_impl_init()306 curr_impl = (aes_impl_ops_t *)aes_all_impl[i]; in aes_impl_init()[all …]
54 const aes_impl_ops_t aes_x86_64_impl = {
115 const aes_impl_ops_t aes_aesni_impl = {
1231 const aes_impl_ops_t aes_generic_impl = {
109 typedef struct aes_impl_ops aes_impl_ops_t; typedef122 const aes_impl_ops_t *ops; /* ops associated with this schedule */195 extern const aes_impl_ops_t aes_generic_impl;197 extern const aes_impl_ops_t aes_x86_64_impl;210 extern const aes_impl_ops_t aes_aesni_impl;