Home
last modified time | relevance | path

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

/f-stack/freebsd/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;
/f-stack/freebsd/contrib/openzfs/module/icp/algs/modes/
H A Dgcm.c95 const gcm_impl_ops_t *gops; in gcm_mode_encrypt_contiguous_blocks()
214 const gcm_impl_ops_t *gops; in gcm_encrypt_final()
373 const gcm_impl_ops_t *gops; in gcm_decrypt_final()
480 const gcm_impl_ops_t *gops; in gcm_format_initial_blocks()
530 const gcm_impl_ops_t *gops; in gcm_init()
776 static gcm_impl_ops_t gcm_fastest_impl = {
781 const gcm_impl_ops_t *gcm_all_impl[] = {
800 const gcm_impl_ops_t *
806 const gcm_impl_ops_t *ops = NULL; in gcm_impl_get_ops()
851 gcm_impl_ops_t *curr_impl; in gcm_impl_init()
[all …]
H A Dgcm_pclmulqdq.c58 const gcm_impl_ops_t gcm_pclmulqdq_impl = {
H A Dgcm_generic.c79 const gcm_impl_ops_t gcm_generic_impl = {