Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/crypto/modes/
H A Dgcm.c153 (uint8_t *)ctx->gcm_remainder + ctx->gcm_remainder_len, in gcm_mode_encrypt_contiguous_blocks()
172 bcopy(datap, &((uint8_t *)ctx->gcm_remainder) in gcm_mode_encrypt_contiguous_blocks()
175 blockp = (uint8_t *)ctx->gcm_remainder; in gcm_mode_encrypt_contiguous_blocks()
238 bcopy(datap, ctx->gcm_remainder, remainder); in gcm_mode_encrypt_contiguous_blocks()
288 macp = (uint8_t *)ctx->gcm_remainder; in gcm_encrypt_final()
348 datap = (uint8_t *)ctx->gcm_remainder; in gcm_decrypt_incomplete_block()
431 bcopy(blockp, ctx->gcm_remainder, remainder); in gcm_decrypt_final()
H A Dmodes.h235 #define gcm_remainder gcm_common.cc_remainder macro