Lines Matching refs:gops
96 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()
435 GHASH(ctx, ctx->gcm_len_a_len_c, ghash, gops); in gcm_decrypt_final()
487 const gcm_impl_ops_t *gops; in gcm_format_initial_blocks() local
494 gops = gcm_impl_get_ops(); in gcm_format_initial_blocks()
518 GHASH(ctx, datap, ghash, gops); in gcm_format_initial_blocks()
523 GHASH(ctx, len_a_len_c, ctx->gcm_J0, gops); in gcm_format_initial_blocks()
537 const gcm_impl_ops_t *gops; in gcm_init() local
549 gops = gcm_impl_get_ops(); in gcm_init()
581 GHASH(ctx, datap, ghash, gops); in gcm_init()