Lines Matching refs:nbytes
221 unsigned int *nbytes) in trim_sg_list() argument
247 data_back = *nbytes - (data_back & ~(AES_BLOCK_SIZE - 1)); in trim_sg_list()
248 *nbytes -= data_back; in trim_sg_list()
275 unsigned int *nbytes, in nx_build_sg_lists() argument
280 unsigned int total = *nbytes; in nx_build_sg_lists()
293 *nbytes = min_t(u64, *nbytes, nx_ctx->ap->databytelen); in nx_build_sg_lists()
296 offset, nbytes); in nx_build_sg_lists()
298 offset, nbytes); in nx_build_sg_lists()
300 if (*nbytes < total) in nx_build_sg_lists()
301 delta = *nbytes - (*nbytes & ~(AES_BLOCK_SIZE - 1)); in nx_build_sg_lists()
306 nx_ctx->op.inlen = trim_sg_list(nx_ctx->in_sg, nx_insg, delta, nbytes); in nx_build_sg_lists()
307 nx_ctx->op.outlen = trim_sg_list(nx_ctx->out_sg, nx_outsg, delta, nbytes); in nx_build_sg_lists()