Searched refs:gcm_ghash (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/openzfs/module/icp/algs/modes/ |
H A D | gcm.c | 39 xor_block((uint8_t *)(d), (uint8_t *)(c)->gcm_ghash); \ 40 (o)->mul((uint64_t *)(void *)(c)->gcm_ghash, (c)->gcm_H, \ 176 GHASH(ctx, ctx->gcm_tmp, ctx->gcm_ghash, gops); in gcm_mode_encrypt_contiguous_blocks() 225 ghash = (uint8_t *)ctx->gcm_ghash; in gcm_encrypt_final() 316 GHASH(ctx, ctx->gcm_tmp, ctx->gcm_ghash, gcm_impl_get_ops()); in gcm_decrypt_incomplete_block() 394 ghash = (uint8_t *)ctx->gcm_ghash; in gcm_decrypt_final() 495 ghash = (uint8_t *)ctx->gcm_ghash; in gcm_format_initial_blocks() 551 ghash = (uint8_t *)ctx->gcm_ghash; in gcm_init() 998 gcm_ghash_avx((ctx)->gcm_ghash, (const uint64_t *)(ctx)->gcm_Htable, \ 1096 uint64_t *ghash = ctx->gcm_ghash; in gcm_mode_encrypt_contiguous_blocks_avx() [all …]
|
/freebsd/sys/contrib/openzfs/module/icp/include/modes/ |
H A D | modes.h | 166 uint64_t gcm_ghash[2]; member
|