Home
last modified time | relevance | path

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

/freebsd-src/sys/contrib/openzfs/module/icp/include/modes/
H A Dgcm_impl.h54 } gcm_impl_ops_t; typedef
56 extern const gcm_impl_ops_t gcm_generic_impl;
58 extern const gcm_impl_ops_t gcm_pclmulqdq_impl;
/freebsd-src/sys/contrib/openzfs/module/icp/algs/modes/
H A Dgcm.c96 const gcm_impl_ops_t *gops; in gcm_mode_encrypt_contiguous_blocks()
214 const gcm_impl_ops_t *gops; in gcm_encrypt_final()
380 const gcm_impl_ops_t *gops; in gcm_decrypt_final()
487 const gcm_impl_ops_t *gops; in gcm_format_initial_blocks()
537 const gcm_impl_ops_t *gops; in gcm_init()
721 static gcm_impl_ops_t gcm_fastest_impl = { in gcm_init_ctx_impl()
726 static const gcm_impl_ops_t *gcm_all_impl[] = { in gcm_init_ctx_impl()
738 static gcm_impl_ops_t *gcm_supp_impl[ARRAY_SIZE(gcm_all_impl)]; in gcm_init_ctx_impl()
745 const gcm_impl_ops_t * in gcm_init_ctx_impl()
751 const gcm_impl_ops_t *op in gcm_alloc_ctx()
[all...]
H A Dgcm_pclmulqdq.c59 const gcm_impl_ops_t gcm_pclmulqdq_impl = {
H A Dgcm_generic.c79 const gcm_impl_ops_t gcm_generic_impl = {