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

/freebsd-13-stable/sys/contrib/openzfs/module/icp/algs/modes/
H A Dcbc.c55 (uint8_t *)ctx->cbc_remainder + ctx->cbc_remainder_len,
73 bcopy(datap, &((uint8_t *)ctx->cbc_remainder)
76 blockp = (uint8_t *)ctx->cbc_remainder;
116 bcopy(datap, ctx->cbc_remainder, remainder);
162 (uint8_t *)ctx->cbc_remainder + ctx->cbc_remainder_len,
180 bcopy(datap, &((uint8_t *)ctx->cbc_remainder)
183 blockp = (uint8_t *)ctx->cbc_remainder;
192 (uint8_t *)ctx->cbc_remainder);
193 blockp = (uint8_t *)ctx->cbc_remainder;
228 bcopy(datap, ctx->cbc_remainder, remainde
[all...]
/freebsd-13-stable/sys/contrib/openzfs/module/icp/include/modes/
H A Dmodes.h116 #define cbc_remainder cbc_common.cc_remainder macro

Completed in 60 milliseconds