Lines Matching refs:gcm_tmp
190 (uint8_t *)ctx->gcm_tmp); in gcm_mode_encrypt_contiguous_blocks()
191 xor_block(blockp, (uint8_t *)ctx->gcm_tmp); in gcm_mode_encrypt_contiguous_blocks()
193 lastp = (uint8_t *)ctx->gcm_tmp; in gcm_mode_encrypt_contiguous_blocks()
224 GHASH(ctx, ctx->gcm_tmp, ctx->gcm_ghash); in gcm_mode_encrypt_contiguous_blocks()
270 uint8_t *tmpp = (uint8_t *)ctx->gcm_tmp; in gcm_encrypt_final()
286 (uint8_t *)ctx->gcm_tmp); in gcm_encrypt_final()
350 counterp = (uint8_t *)ctx->gcm_tmp; in gcm_decrypt_incomplete_block()
353 bzero((uint8_t *)ctx->gcm_tmp, block_size); in gcm_decrypt_incomplete_block()
354 bcopy(datap, (uint8_t *)ctx->gcm_tmp, ctx->gcm_remainder_len); in gcm_decrypt_incomplete_block()
357 GHASH(ctx, ctx->gcm_tmp, ctx->gcm_ghash); in gcm_decrypt_incomplete_block()
454 cbp = (uint8_t *)ctx->gcm_tmp; in gcm_decrypt_final()
581 authp = (uint8_t *)ctx->gcm_tmp; in gcm_init()