Searched refs:ctr_remainder (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/crypto/modes/
H A Dctr.c63 (uint8_t *)ctx->ctr_remainder + ctx->ctr_remainder_len,
82 bcopy(datap, &((uint8_t *)ctx->ctr_remainder)
85 blockp = (uint8_t *)ctx->ctr_remainder;
154 bcopy(datap, ctx->ctr_remainder, remainder);
187 p = (uint8_t *)ctx->ctr_remainder;
H A Dmodes.h134 #define ctr_remainder ctr_common.cc_remainder macro

Completed in 60 milliseconds