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,
172 bcopy(datap, &((uint8_t *)ctx->gcm_remainder)
175 blockp = (uint8_t *)ctx->gcm_remainder;
238 bcopy(datap, ctx->gcm_remainder, remainder);
288 macp = (uint8_t *)ctx->gcm_remainder;
348 datap = (uint8_t *)ctx->gcm_remainder;
431 bcopy(blockp, ctx->gcm_remainder, remainder);
H A Dmodes.h223 #define gcm_remainder gcm_common.cc_remainder macro

Completed in 61 milliseconds