Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/icp/include/modes/
H A Dgcm_impl.h55 } gcm_impl_ops_t; typedef
57 extern const gcm_impl_ops_t gcm_generic_impl;
59 extern const gcm_impl_ops_t gcm_pclmulqdq_impl;
/freebsd/sys/contrib/openzfs/module/icp/algs/modes/
H A Dgcm.c97 const gcm_impl_ops_t *gops; in gcm_mode_encrypt_contiguous_blocks()
215 const gcm_impl_ops_t *gops; in gcm_encrypt_final()
381 const gcm_impl_ops_t *gops; in gcm_decrypt_final()
488 const gcm_impl_ops_t *gops; in gcm_format_initial_blocks()
538 const gcm_impl_ops_t *gops; in gcm_init()
722 static gcm_impl_ops_t gcm_fastest_impl = {
727 static const gcm_impl_ops_t *gcm_all_impl[] = {
739 static gcm_impl_ops_t *gcm_supp_impl[ARRAY_SIZE(gcm_all_impl)];
746 const gcm_impl_ops_t *
752 const gcm_impl_ops_t *ops = NULL; in gcm_impl_get_ops()
[all …]
H A Dgcm_pclmulqdq.c60 const gcm_impl_ops_t gcm_pclmulqdq_impl = {
H A Dgcm_generic.c80 const gcm_impl_ops_t gcm_generic_impl = {