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

/linux-master/crypto/
H A Dcts.c107 int lastn; local
110 lastn = req->cryptlen - offset;
116 scatterwalk_map_and_copy(d, req->src, offset, lastn, 0);
118 scatterwalk_map_and_copy(d, sg, 0, bsize + lastn, 1);
189 int lastn; local
192 lastn = req->cryptlen - offset;
202 scatterwalk_map_and_copy(d, req->src, offset, lastn, 0);
205 crypto_xor(d + bsize, d, lastn);
208 memcpy(d + lastn, d + bsize + lastn, bsiz
[all...]

Completed in 233 milliseconds