Searched refs:gops (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/icp/algs/modes/ |
| H A D | gcm.c | 100 const gcm_impl_ops_t *gops; in gcm_mode_encrypt_contiguous_blocks() local 128 gops = gcm_impl_get_ops(); in gcm_mode_encrypt_contiguous_blocks() 180 GHASH(ctx, ctx->gcm_tmp, ctx->gcm_ghash, gops); in gcm_mode_encrypt_contiguous_blocks() 218 const gcm_impl_ops_t *gops; in gcm_encrypt_final() local 228 gops = gcm_impl_get_ops(); in gcm_encrypt_final() 261 GHASH(ctx, macp, ghash, gops); in gcm_encrypt_final() 268 GHASH(ctx, ctx->gcm_len_a_len_c, ghash, gops); in gcm_encrypt_final() 384 const gcm_impl_ops_t *gops; in gcm_decrypt_final() local 396 gops = gcm_impl_get_ops(); in gcm_decrypt_final() 416 GHASH(ctx, blockp, ghash, gops); in gcm_decrypt_final() [all …]
|