Searched refs:gcm_impl_get_ops (Results 1 – 2 of 2) sorted by relevance
69 const struct gcm_impl_ops *gcm_impl_get_ops(void);
124 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()385 gops = gcm_impl_get_ops(); in gcm_decrypt_final()487 gops = gcm_impl_get_ops(); in gcm_format_initial_blocks()542 gops = gcm_impl_get_ops(); in gcm_init()801 gcm_impl_get_ops() in gcm_impl_get_ops() function