Home
last modified time | relevance | path

Searched refs:sg_dst (Results 1 – 4 of 4) sorted by relevance

/arch/arm/crypto/
Daes-ce-glue.c273 struct scatterlist sg_src[2], sg_dst[2]; in cts_cbc_encrypt() local
303 dst = scatterwalk_ffwd(sg_dst, req->dst, in cts_cbc_encrypt()
331 struct scatterlist sg_src[2], sg_dst[2]; in cts_cbc_decrypt() local
361 dst = scatterwalk_ffwd(sg_dst, req->dst, in cts_cbc_decrypt()
450 struct scatterlist sg_src[2], sg_dst[2]; in xts_encrypt() local
498 dst = scatterwalk_ffwd(sg_dst, req->dst, req->cryptlen); in xts_encrypt()
522 struct scatterlist sg_src[2], sg_dst[2]; in xts_decrypt() local
570 dst = scatterwalk_ffwd(sg_dst, req->dst, req->cryptlen); in xts_decrypt()
/arch/arm64/crypto/
Daes-glue.c284 struct scatterlist sg_src[2], sg_dst[2]; in cts_cbc_encrypt() local
313 dst = scatterwalk_ffwd(sg_dst, req->dst, in cts_cbc_encrypt()
341 struct scatterlist sg_src[2], sg_dst[2]; in cts_cbc_decrypt() local
370 dst = scatterwalk_ffwd(sg_dst, req->dst, in cts_cbc_decrypt()
547 struct scatterlist sg_src[2], sg_dst[2]; in xts_encrypt() local
595 dst = scatterwalk_ffwd(sg_dst, req->dst, req->cryptlen); in xts_encrypt()
619 struct scatterlist sg_src[2], sg_dst[2]; in xts_decrypt() local
667 dst = scatterwalk_ffwd(sg_dst, req->dst, req->cryptlen); in xts_decrypt()
Daes-neonbs-glue.c278 struct scatterlist sg_src[2], sg_dst[2]; in __xts_crypt() local
350 dst = scatterwalk_ffwd(sg_dst, req->dst, req->cryptlen); in __xts_crypt()
/arch/x86/crypto/
Daesni-intel_glue.c386 struct scatterlist sg_src[2], sg_dst[2]; in cts_cbc_encrypt() local
415 dst = scatterwalk_ffwd(sg_dst, req->dst, in cts_cbc_encrypt()
442 struct scatterlist sg_src[2], sg_dst[2]; in cts_cbc_decrypt() local
471 dst = scatterwalk_ffwd(sg_dst, req->dst, in cts_cbc_decrypt()
970 struct scatterlist sg_src[2], sg_dst[2]; in xts_crypt() local
975 dst = scatterwalk_ffwd(sg_dst, req->dst, req->cryptlen); in xts_crypt()