Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/icp/algs/aes/
H A Daes_impl.c44 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()
223 static aes_impl_ops_t aes_fastest_impl = {
228 static const aes_impl_ops_t *aes_all_impl[] = {
252 static aes_impl_ops_t *aes_supp_impl[ARRAY_SIZE(aes_all_impl)];
259 const aes_impl_ops_t *
265 const aes_impl_ops_t *ops = NULL; in aes_impl_get_ops()
300 aes_impl_ops_t *curr_impl; in aes_impl_init()
305 curr_impl = (aes_impl_ops_t *)aes_all_impl[i]; in aes_impl_init()
[all …]
H A Daes_impl_x86-64.c54 const aes_impl_ops_t aes_x86_64_impl = {
H A Daes_impl_aesni.c116 const aes_impl_ops_t aes_aesni_impl = {
H A Daes_impl_generic.c1231 const aes_impl_ops_t aes_generic_impl = {
/freebsd/sys/contrib/openzfs/module/icp/include/aes/
H A Daes_impl.h103 typedef struct aes_impl_ops aes_impl_ops_t; typedef
116 const aes_impl_ops_t *ops; /* ops associated with this schedule */
189 extern const aes_impl_ops_t aes_generic_impl;
191 extern const aes_impl_ops_t aes_x86_64_impl;
204 extern const aes_impl_ops_t aes_aesni_impl;