Home
last modified time | relevance | path

Searched refs:gcm_impl_get_ops (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/module/icp/include/modes/
H A Dgcm_impl.h69 const struct gcm_impl_ops *gcm_impl_get_ops(void);
/freebsd/sys/contrib/openzfs/module/icp/algs/modes/
H A Dgcm.c124 gops = gcm_impl_get_ops(); in gcm_mode_encrypt_contiguous_blocks()
224 gops = gcm_impl_get_ops(); in gcm_encrypt_final()
316 GHASH(ctx, ctx->gcm_tmp, ctx->gcm_ghash, gcm_impl_get_ops()); in gcm_decrypt_incomplete_block()
392 gops = gcm_impl_get_ops(); in gcm_decrypt_final()
494 gops = gcm_impl_get_ops(); in gcm_format_initial_blocks()
549 gops = gcm_impl_get_ops(); in gcm_init()
746 gcm_impl_get_ops(void) in gcm_impl_get_ops() function