scatterwalk_map_and_copy  169 crypto/authenc.c 	scatterwalk_map_and_copy(hash, cipher, cryptlen,
scatterwalk_map_and_copy  270 crypto/authenc.c 	scatterwalk_map_and_copy(ihash, cipher, cryptlen, authsize, 0);
scatterwalk_map_and_copy  286 crypto/ccm.c   		scatterwalk_map_and_copy(odata, req->dst, req->cryptlen,
scatterwalk_map_and_copy  348 crypto/ccm.c   	scatterwalk_map_and_copy(odata, req->dst, cryptlen,
scatterwalk_map_and_copy  394 crypto/ccm.c   	scatterwalk_map_and_copy(authtag, req->src, cryptlen, authsize, 0);
scatterwalk_map_and_copy   96 crypto/cts.c   	scatterwalk_map_and_copy(s, src, offset, nbytes, 0);
scatterwalk_map_and_copy  118 crypto/cts.c   	scatterwalk_map_and_copy(d, dst, offset, nbytes, 1);
scatterwalk_map_and_copy  181 crypto/cts.c   	scatterwalk_map_and_copy(s, src, offset, nbytes, 0);
scatterwalk_map_and_copy  213 crypto/cts.c   	scatterwalk_map_and_copy(d, dst, offset, nbytes, 1);
scatterwalk_map_and_copy  317 crypto/gcm.c   	scatterwalk_map_and_copy(auth_tag, req->dst, req->cryptlen,
scatterwalk_map_and_copy  362 crypto/gcm.c   	scatterwalk_map_and_copy(iauth_tag, req->src, cryptlen, authsize, 0);
scatterwalk_map_and_copy  120 include/crypto/scatterwalk.h void scatterwalk_map_and_copy(void *buf, struct scatterlist *sg,