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

/freebsd-13-stable/sys/contrib/openzfs/module/icp/algs/modes/
H A Dctr.c56 (uint8_t *)ctx->ctr_remainder + ctx->ctr_remainder_len,
74 bcopy(datap, &((uint8_t *)ctx->ctr_remainder)
77 blockp = (uint8_t *)ctx->ctr_remainder;
137 bcopy(datap, ctx->ctr_remainder, remainder);
170 p = (uint8_t *)ctx->ctr_remainder;
/freebsd-13-stable/sys/contrib/openzfs/module/icp/include/modes/
H A Dmodes.h139 #define ctr_remainder ctr_common.cc_remainder macro

Completed in 58 milliseconds