Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/icp/algs/modes/
H A Dgcm.c96 const gcm_impl_ops_t *gops; in gcm_mode_encrypt_contiguous_blocks() local
124 gops = gcm_impl_get_ops(); in gcm_mode_encrypt_contiguous_blocks()
176 GHASH(ctx, ctx->gcm_tmp, ctx->gcm_ghash, gops); in gcm_mode_encrypt_contiguous_blocks()
214 const gcm_impl_ops_t *gops; in gcm_encrypt_final() local
224 gops = gcm_impl_get_ops(); in gcm_encrypt_final()
257 GHASH(ctx, macp, ghash, gops); in gcm_encrypt_final()
264 GHASH(ctx, ctx->gcm_len_a_len_c, ghash, gops); in gcm_encrypt_final()
380 const gcm_impl_ops_t *gops; in gcm_decrypt_final() local
392 gops = gcm_impl_get_ops(); in gcm_decrypt_final()
412 GHASH(ctx, blockp, ghash, gops); in gcm_decrypt_final()
[all …]