Lines Matching defs:nbytes
153 unsigned int nbytes = req->cryptlen;
155 while (nbytes) {
156 /* move pointer by nbytes in the SGL */
157 crypto_kw_scatterlist_ff(&src_walk, src, nbytes);
169 /* move pointer by nbytes in the SGL */
170 crypto_kw_scatterlist_ff(&dst_walk, dst, nbytes);
175 nbytes -= SEMIBSIZE;
226 unsigned int nbytes = req->cryptlen;
231 while (nbytes) {
247 nbytes -= SEMIBSIZE;