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()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