Home
last modified time | relevance | path

Searched refs:gcm_tmp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/crypto/modes/
H A Dgcm.c190 (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()
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()
[all …]
H A Dmodes.h223 uint32_t gcm_tmp[4]; member