Searched refs:gcm_impl_get_ops (Results 1 – 2 of 2) sorted by relevance
70 const struct gcm_impl_ops *gcm_impl_get_ops(void);
127 gops = gcm_impl_get_ops(); in gcm_mode_encrypt_contiguous_blocks()227 gops = gcm_impl_get_ops(); in gcm_encrypt_final()319 GHASH(ctx, ctx->gcm_tmp, ctx->gcm_ghash, gcm_impl_get_ops()); in gcm_decrypt_incomplete_block()395 gops = gcm_impl_get_ops(); in gcm_decrypt_final()497 gops = gcm_impl_get_ops(); in gcm_format_initial_blocks()552 gops = gcm_impl_get_ops(); in gcm_init()734 gcm_impl_get_ops(void) in gcm_impl_get_ops() function