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.c99 const gcm_impl_ops_t *gops; in gcm_mode_encrypt_contiguous_blocks()
217 const gcm_impl_ops_t *gops; in gcm_encrypt_final()
383 const gcm_impl_ops_t *gops; in gcm_decrypt_final()
490 const gcm_impl_ops_t *gops; in gcm_format_initial_blocks()
540 const gcm_impl_ops_t *gops; in gcm_init()
709 static gcm_impl_ops_t gcm_fastest_impl = {
714 static const gcm_impl_ops_t *gcm_all_impl[] = {
726 static gcm_impl_ops_t *gcm_supp_impl[ARRAY_SIZE(gcm_all_impl)];
733 const gcm_impl_ops_t *
739 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 = {