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

/illumos-gate/usr/src/common/crypto/modes/
H A Dcbc.c62 (uint8_t *)ctx->cbc_remainder + ctx->cbc_remainder_len,
81 bcopy(datap, &((uint8_t *)ctx->cbc_remainder)
84 blockp = (uint8_t *)ctx->cbc_remainder;
143 bcopy(datap, ctx->cbc_remainder, remainder);
189 (uint8_t *)ctx->cbc_remainder + ctx->cbc_remainder_len,
208 bcopy(datap, &((uint8_t *)ctx->cbc_remainder)
211 blockp = (uint8_t *)ctx->cbc_remainder;
221 (uint8_t *)ctx->cbc_remainder);
222 blockp = (uint8_t *)ctx->cbc_remainder;
267 bcopy(datap, ctx->cbc_remainder, remainde
[all...]
H A Dmodes.h111 #define cbc_remainder cbc_common.cc_remainder macro

Completed in 44 milliseconds