Searched refs:gcm_tmp (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/openzfs/module/icp/algs/modes/ |
H A D | gcm.c | 154 (uint8_t *)ctx->gcm_tmp); in gcm_mode_encrypt_contiguous_blocks() 155 xor_block(blockp, (uint8_t *)ctx->gcm_tmp); in gcm_mode_encrypt_contiguous_blocks() 157 lastp = (uint8_t *)ctx->gcm_tmp; in gcm_mode_encrypt_contiguous_blocks() 179 GHASH(ctx, ctx->gcm_tmp, ctx->gcm_ghash, gops); in gcm_mode_encrypt_contiguous_blocks() 232 uint8_t *tmpp = (uint8_t *)ctx->gcm_tmp; in gcm_encrypt_final() 248 (uint8_t *)ctx->gcm_tmp); in gcm_encrypt_final() 312 counterp = (uint8_t *)ctx->gcm_tmp; in gcm_decrypt_incomplete_block() 315 memset((uint8_t *)ctx->gcm_tmp, 0, block_size); in gcm_decrypt_incomplete_block() 316 memcpy((uint8_t *)ctx->gcm_tmp, datap, ctx->gcm_remainder_len); in gcm_decrypt_incomplete_block() 319 GHASH(ctx, ctx->gcm_tmp, ctx->gcm_ghash, gcm_impl_get_ops()); in gcm_decrypt_incomplete_block() [all …]
|
H A D | modes.c | 186 explicit_memset(ctx->gcm_tmp, 0, sizeof (ctx->gcm_tmp)); in gcm_clear_ctx()
|
/freebsd/sys/contrib/openzfs/module/icp/include/modes/ |
H A D | modes.h | 171 uint32_t gcm_tmp[4]; member
|