/linux-4.4.14/crypto/ |
H A D | authencesn.c | 116 scatterwalk_map_and_copy(tmp, dst, 4, 4, 0); crypto_authenc_esn_genicv_tail() 117 scatterwalk_map_and_copy(tmp + 1, dst, assoclen + cryptlen, 4, 0); crypto_authenc_esn_genicv_tail() 118 scatterwalk_map_and_copy(tmp, dst, 0, 8, 1); crypto_authenc_esn_genicv_tail() 120 scatterwalk_map_and_copy(hash, dst, assoclen + cryptlen, authsize, 1); crypto_authenc_esn_genicv_tail() 153 scatterwalk_map_and_copy(tmp, dst, 0, 8, 0); crypto_authenc_esn_genicv() 154 scatterwalk_map_and_copy(tmp, dst, 4, 4, 1); crypto_authenc_esn_genicv() 155 scatterwalk_map_and_copy(tmp + 1, dst, assoclen + cryptlen, 4, 1); crypto_authenc_esn_genicv() 249 scatterwalk_map_and_copy(tmp, dst, 4, 4, 0); crypto_authenc_esn_decrypt_tail() 250 scatterwalk_map_and_copy(tmp + 1, dst, assoclen + cryptlen, 4, 0); crypto_authenc_esn_decrypt_tail() 251 scatterwalk_map_and_copy(tmp, dst, 0, 8, 1); crypto_authenc_esn_decrypt_tail() 301 scatterwalk_map_and_copy(ihash, req->src, assoclen + cryptlen, crypto_authenc_esn_decrypt() 308 scatterwalk_map_and_copy(tmp, dst, 0, 8, 0); crypto_authenc_esn_decrypt() 309 scatterwalk_map_and_copy(tmp, dst, 4, 4, 1); crypto_authenc_esn_decrypt() 310 scatterwalk_map_and_copy(tmp + 1, dst, assoclen + cryptlen, 4, 1); crypto_authenc_esn_decrypt()
|
H A D | scatterwalk.c | 107 void scatterwalk_map_and_copy(void *buf, struct scatterlist *sg, scatterwalk_map_and_copy() function 126 EXPORT_SYMBOL_GPL(scatterwalk_map_and_copy); variable
|
H A D | cts.c | 96 scatterwalk_map_and_copy(s, src, offset, nbytes, 0); cts_cbc_encrypt() 118 scatterwalk_map_and_copy(d, dst, offset, nbytes, 1); cts_cbc_encrypt() 181 scatterwalk_map_and_copy(s, src, offset, nbytes, 0); cts_cbc_decrypt() 214 scatterwalk_map_and_copy(d, dst, offset, nbytes, 1); cts_cbc_decrypt()
|
H A D | echainiv.c | 143 scatterwalk_map_and_copy(info, req->dst, req->assoclen, ivsize, 1); echainiv_encrypt() 173 scatterwalk_map_and_copy(req->iv, req->src, req->assoclen, ivsize, 0); echainiv_decrypt()
|
H A D | seqiv.c | 197 scatterwalk_map_and_copy(info, req->dst, req->assoclen, ivsize, 1); seqiv_aead_encrypt() 227 scatterwalk_map_and_copy(req->iv, req->src, req->assoclen, ivsize, 0); seqiv_aead_decrypt()
|
H A D | authenc.c | 130 scatterwalk_map_and_copy(ahreq->result, req->dst, authenc_geniv_ahash_done() 163 scatterwalk_map_and_copy(hash, req->dst, req->assoclen + req->cryptlen, crypto_authenc_genicv() 249 scatterwalk_map_and_copy(ihash, req->src, ahreq->nbytes, authsize, 0); crypto_authenc_decrypt_tail()
|
H A D | ccm.c | 295 scatterwalk_map_and_copy(odata, req->dst, crypto_ccm_encrypt_done() 378 scatterwalk_map_and_copy(odata, sg_next(dst), cryptlen, crypto_ccm_encrypt() 425 scatterwalk_map_and_copy(authtag, sg_next(pctx->src), cryptlen, crypto_ccm_decrypt() 722 scatterwalk_map_and_copy(iv + 16, req->src, 0, req->assoclen - 8, 0); crypto_rfc4309_crypt()
|
H A D | chacha20poly1305.c | 102 scatterwalk_map_and_copy(tag, req->src, poly_verify_tag() 114 scatterwalk_map_and_copy(rctx->tag, req->dst, poly_copy_tag()
|
H A D | gcm.c | 461 scatterwalk_map_and_copy(auth_tag, req->dst, gcm_enc_copy_hash() 518 scatterwalk_map_and_copy(iauth_tag, req->src, crypto_gcm_verify() 834 scatterwalk_map_and_copy(iv + 12, req->src, 0, req->assoclen - 8, 0); crypto_rfc4106_crypt()
|
/linux-4.4.14/include/crypto/ |
H A D | scatterwalk.h | 92 void scatterwalk_map_and_copy(void *buf, struct scatterlist *sg,
|
/linux-4.4.14/drivers/crypto/nx/ |
H A D | nx-aes-ccm.c | 235 scatterwalk_map_and_copy(b1 + 2, req->src, 0, generate_pat() 240 scatterwalk_map_and_copy(b1 + 6, req->src, 0, generate_pat() 359 scatterwalk_map_and_copy(priv->oauth_tag, ccm_nx_decrypt() 483 scatterwalk_map_and_copy(csbcpb->cpb.aes_ccm.out_pat_or_mac, ccm_nx_encrypt()
|
H A D | nx-aes-gcm.c | 409 scatterwalk_map_and_copy( gcm_aes_nx_crypt() 418 scatterwalk_map_and_copy( gcm_aes_nx_crypt()
|
/linux-4.4.14/arch/arm64/crypto/ |
H A D | aes-ce-ccm-glue.c | 206 scatterwalk_map_and_copy(mac, dst, req->cryptlen, ccm_encrypt() 271 scatterwalk_map_and_copy(buf, src, req->cryptlen - authsize, ccm_decrypt()
|
/linux-4.4.14/drivers/crypto/ccp/ |
H A D | ccp-crypto-aes-cmac.c | 41 scatterwalk_map_and_copy(rctx->buf, rctx->src, ccp_aes_cmac_complete() 81 scatterwalk_map_and_copy(rctx->buf + rctx->buf_count, req->src, ccp_do_cmac_update()
|
H A D | ccp-crypto-sha.c | 40 scatterwalk_map_and_copy(rctx->buf, rctx->src, ccp_sha_complete() 74 scatterwalk_map_and_copy(rctx->buf + rctx->buf_count, req->src, ccp_do_sha_update()
|
H A D | ccp-ops.c | 600 scatterwalk_map_and_copy(wa->address + wa_offset, sg, sg_offset, len, ccp_set_dm_area() 610 scatterwalk_map_and_copy(wa->address + wa_offset, sg, sg_offset, len, ccp_get_dm_area() 632 scatterwalk_map_and_copy(buffer, sg, sg_offset, ksb_len, 0); ccp_reverse_set_dm_area() 666 scatterwalk_map_and_copy(buffer, sg, sg_offset, ksb_len, 1); ccp_reverse_get_dm_area() 723 scatterwalk_map_and_copy(dm_wa->address, sg_wa->sg, sg_wa->sg_used, ccp_queue_buf() 1411 scatterwalk_map_and_copy((void *)sha_zero, sha->ctx, 0, ccp_run_sha_cmd() 1537 scatterwalk_map_and_copy(hmac_buf, sha->opad, 0, block_size, 0); ccp_run_sha_cmd()
|
/linux-4.4.14/drivers/crypto/qat/qat_common/ |
H A D | qat_asym_algs.c | 146 scatterwalk_map_and_copy(req->dst_align, areq->dst, 0, qat_rsa_cb() 298 scatterwalk_map_and_copy(qat_req->src_align + shift, req->src, qat_rsa_enc() 429 scatterwalk_map_and_copy(qat_req->src_align + shift, req->src, qat_rsa_dec()
|
/linux-4.4.14/drivers/crypto/qce/ |
H A D | sha.c | 248 scatterwalk_map_and_copy(rctx->buf + rctx->buflen, req->src, qce_ahash_update() 269 scatterwalk_map_and_copy(rctx->buf, req->src, src_offset, qce_ahash_update()
|
/linux-4.4.14/drivers/crypto/caam/ |
H A D | caamhash.c | 841 scatterwalk_map_and_copy(next_buf, req->src, ahash_update_ctx() 884 scatterwalk_map_and_copy(buf + *buflen, req->src, 0, ahash_update_ctx() 1263 scatterwalk_map_and_copy(next_buf, req->src, ahash_update_no_ctx() 1307 scatterwalk_map_and_copy(buf + *buflen, req->src, 0, ahash_update_no_ctx() 1473 scatterwalk_map_and_copy(next_buf, req->src, to_hash, ahash_update_first() 1509 scatterwalk_map_and_copy(next_buf, req->src, 0, ahash_update_first()
|
/linux-4.4.14/arch/x86/crypto/ |
H A D | aesni-intel_glue.c | 985 scatterwalk_map_and_copy(assoc, req->src, 0, helper_rfc4106_encrypt() 1009 scatterwalk_map_and_copy(dst, req->dst, req->assoclen, helper_rfc4106_encrypt() 1067 scatterwalk_map_and_copy(assoc, req->src, 0, helper_rfc4106_decrypt() 1093 scatterwalk_map_and_copy(dst, req->dst, req->assoclen, helper_rfc4106_decrypt()
|
/linux-4.4.14/drivers/crypto/ |
H A D | ixp4xx_crypto.c | 355 scatterwalk_map_and_copy(req_ctx->hmac_virt, finish_scattered_hmac() 1082 scatterwalk_map_and_copy(req_ctx->hmac_virt, aead_perform()
|
H A D | sahara.c | 927 scatterwalk_map_and_copy(rctx->buf + rctx->buf_cnt, req->src, sahara_sha_prepare_request() 943 scatterwalk_map_and_copy(rctx->buf, req->src, offset, sahara_sha_prepare_request()
|
H A D | atmel-aes.c | 196 scatterwalk_map_and_copy(buf + off, *sg, *offset, count, out); atmel_aes_sg_copy()
|
H A D | atmel-sha.c | 181 scatterwalk_map_and_copy(ctx->buffer + ctx->bufcnt, ctx->sg, atmel_sha_append_sg()
|
H A D | atmel-tdes.c | 162 scatterwalk_map_and_copy(buf + off, *sg, *offset, count, out); atmel_tdes_sg_copy()
|