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);
128 gops = gcm_impl_get_ops(); in gcm_mode_encrypt_contiguous_blocks()228 gops = gcm_impl_get_ops(); in gcm_encrypt_final()320 GHASH(ctx, ctx->gcm_tmp, ctx->gcm_ghash, gcm_impl_get_ops()); in gcm_decrypt_incomplete_block()396 gops = gcm_impl_get_ops(); in gcm_decrypt_final()498 gops = gcm_impl_get_ops(); in gcm_format_initial_blocks()553 gops = gcm_impl_get_ops(); in gcm_init()735 gcm_impl_get_ops(void) in gcm_impl_get_ops() function