lastn 111 crypto/cts.c int lastn; lastn 114 crypto/cts.c lastn = req->cryptlen - offset; lastn 120 crypto/cts.c scatterwalk_map_and_copy(d, req->src, offset, lastn, 0); lastn 122 crypto/cts.c scatterwalk_map_and_copy(d, sg, 0, bsize + lastn, 1); lastn 193 crypto/cts.c int lastn; lastn 196 crypto/cts.c lastn = req->cryptlen - offset; lastn 206 crypto/cts.c scatterwalk_map_and_copy(d, req->src, offset, lastn, 0); lastn 209 crypto/cts.c crypto_xor(d + bsize, d, lastn); lastn 212 crypto/cts.c memcpy(d + lastn, d + bsize + lastn, bsize - lastn); lastn 215 crypto/cts.c scatterwalk_map_and_copy(d, sg, 0, bsize + lastn, 1);