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

/freebsd-13-stable/sys/contrib/openzfs/module/icp/algs/modes/
H A Dctr.c63 lastp = (uint8_t *)ctx->ctr_cb;
82 /* ctr_cb is the counter block */
83 cipher(ctx->ctr_keysched, (uint8_t *)ctx->ctr_cb,
91 lower_counter = ntohll(ctx->ctr_cb[1] & ctx->ctr_lower_mask);
94 ctx->ctr_cb[1] = (ctx->ctr_cb[1] & ~(ctx->ctr_lower_mask)) |
100 ntohll(ctx->ctr_cb[0] & ctx->ctr_upper_mask);
103 ctx->ctr_cb[0] =
104 (ctx->ctr_cb[0] & ~(ctx->ctr_upper_mask)) |
166 encrypt_block(ctx->ctr_keysched, (uint8_t *)ctx->ctr_cb,
[all...]
/freebsd-13-stable/sys/contrib/openzfs/module/icp/include/modes/
H A Dmodes.h134 * ctr_cb Counter block.
138 #define ctr_cb ctr_common.cc_iv macro

Completed in 63 milliseconds