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

/linux-4.1.27/crypto/
H A Dscatterwalk.c103 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 Dauthencesn.c128 scatterwalk_map_and_copy(ahreq->result, areq_ctx->sg, authenc_esn_geniv_ahash_update_done()
158 scatterwalk_map_and_copy(ahreq->result, areq_ctx->sg, authenc_esn_geniv_ahash_update_done2()
179 scatterwalk_map_and_copy(ahreq->result, areq_ctx->sg, authenc_esn_geniv_ahash_done()
229 scatterwalk_map_and_copy(ihash, areq_ctx->sg, areq_ctx->cryptlen, authenc_esn_verify_ahash_update_done()
278 scatterwalk_map_and_copy(ihash, areq_ctx->sg, areq_ctx->cryptlen, authenc_esn_verify_ahash_update_done2()
318 scatterwalk_map_and_copy(ihash, areq_ctx->sg, areq_ctx->cryptlen, authenc_esn_verify_ahash_done()
446 scatterwalk_map_and_copy(hash, dst, cryptlen, crypto_authenc_esn_genicv()
551 scatterwalk_map_and_copy(ihash, areq_ctx->sg, areq_ctx->cryptlen, crypto_authenc_esn_verify()
H A Dcts.c96 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 Dauthenc.c144 scatterwalk_map_and_copy(ahreq->result, areq_ctx->sg, authenc_geniv_ahash_update_done()
163 scatterwalk_map_and_copy(ahreq->result, areq_ctx->sg, authenc_geniv_ahash_done()
200 scatterwalk_map_and_copy(ihash, areq_ctx->sg, areq_ctx->cryptlen, authenc_verify_ahash_update_done()
239 scatterwalk_map_and_copy(ihash, areq_ctx->sg, areq_ctx->cryptlen, authenc_verify_ahash_done()
370 scatterwalk_map_and_copy(hash, dst, cryptlen, crypto_authenc_genicv()
476 scatterwalk_map_and_copy(ihash, areq_ctx->sg, areq_ctx->cryptlen, crypto_authenc_verify()
H A Dgcm.c513 scatterwalk_map_and_copy(auth_tag, req->dst, req->cryptlen, gcm_enc_copy_hash()
584 scatterwalk_map_and_copy(iauth_tag, req->src, cryptlen, authsize, 0); crypto_gcm_verify()
1110 scatterwalk_map_and_copy(rctx->auth_tag, req->dst, crypto_rfc4543_done()
1143 scatterwalk_map_and_copy(rctx->auth_tag, src, crypto_rfc4543_crypt()
1165 scatterwalk_map_and_copy(rctx->assocbuf, req->assoc, 0, crypto_rfc4543_crypt()
1213 scatterwalk_map_and_copy(rctx->auth_tag, req->dst, req->cryptlen, crypto_rfc4543_encrypt()
H A Dccm.c289 scatterwalk_map_and_copy(odata, req->dst, req->cryptlen, crypto_ccm_encrypt_done()
351 scatterwalk_map_and_copy(odata, req->dst, cryptlen, crypto_ccm_encrypt()
397 scatterwalk_map_and_copy(authtag, req->src, cryptlen, authsize, 0); crypto_ccm_decrypt()
/linux-4.1.27/drivers/crypto/nx/
H A Dnx-aes-ccm.c238 scatterwalk_map_and_copy(b1 + 2, req->assoc, 0, generate_pat()
243 scatterwalk_map_and_copy(b1 + 6, req->assoc, 0, generate_pat()
362 scatterwalk_map_and_copy(priv->oauth_tag, ccm_nx_decrypt()
485 scatterwalk_map_and_copy(csbcpb->cpb.aes_ccm.out_pat_or_mac, ccm_nx_encrypt()
H A Dnx-aes-gcm.c416 scatterwalk_map_and_copy(csbcpb->cpb.aes_gcm.out_pat_or_mac, gcm_aes_nx_crypt()
424 scatterwalk_map_and_copy(itag, req->src, nbytes, gcm_aes_nx_crypt()
/linux-4.1.27/include/crypto/
H A Dscatterwalk.h100 void scatterwalk_map_and_copy(void *buf, struct scatterlist *sg,
/linux-4.1.27/arch/arm64/crypto/
H A Daes-ce-ccm-glue.c197 scatterwalk_map_and_copy(mac, req->dst, req->cryptlen, ccm_encrypt()
253 scatterwalk_map_and_copy(buf, req->src, req->cryptlen - authsize, ccm_decrypt()
/linux-4.1.27/drivers/crypto/ccp/
H A Dccp-crypto-aes-cmac.c41 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 Dccp-crypto-sha.c40 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 Dccp-ops.c599 scatterwalk_map_and_copy(wa->address + wa_offset, sg, sg_offset, len, ccp_set_dm_area()
609 scatterwalk_map_and_copy(wa->address + wa_offset, sg, sg_offset, len, ccp_get_dm_area()
630 scatterwalk_map_and_copy(buffer, sg, sg_offset, ksb_len, 0); ccp_reverse_set_dm_area()
662 scatterwalk_map_and_copy(buffer, sg, sg_offset, ksb_len, 1); ccp_reverse_get_dm_area()
719 scatterwalk_map_and_copy(dm_wa->address, sg_wa->sg, sg_wa->sg_used, ccp_queue_buf()
1407 scatterwalk_map_and_copy((void *)sha_zero, sha->ctx, 0, ccp_run_sha_cmd()
1533 scatterwalk_map_and_copy(hmac_buf, sha->opad, 0, block_size, 0); ccp_run_sha_cmd()
/linux-4.1.27/arch/x86/crypto/
H A Daesni-intel_glue.c1052 scatterwalk_map_and_copy(src, req->src, 0, req->cryptlen, 0); __driver_rfc4106_encrypt()
1053 scatterwalk_map_and_copy(assoc, req->assoc, 0, __driver_rfc4106_encrypt()
1074 scatterwalk_map_and_copy(dst, req->dst, 0, __driver_rfc4106_encrypt()
1141 scatterwalk_map_and_copy(src, req->src, 0, req->cryptlen, 0); __driver_rfc4106_decrypt()
1142 scatterwalk_map_and_copy(assoc, req->assoc, 0, __driver_rfc4106_decrypt()
1165 scatterwalk_map_and_copy(dst, req->dst, 0, tempCipherLen, 1); __driver_rfc4106_decrypt()
/linux-4.1.27/drivers/crypto/qce/
H A Dsha.c252 scatterwalk_map_and_copy(rctx->buf + rctx->buflen, req->src, qce_ahash_update()
273 scatterwalk_map_and_copy(rctx->buf, req->src, src_offset, qce_ahash_update()
/linux-4.1.27/drivers/crypto/caam/
H A Dcaamhash.c839 scatterwalk_map_and_copy(next_buf, req->src, ahash_update_ctx()
882 scatterwalk_map_and_copy(buf + *buflen, req->src, 0, ahash_update_ctx()
1269 scatterwalk_map_and_copy(next_buf, req->src, ahash_update_no_ctx()
1312 scatterwalk_map_and_copy(buf + *buflen, req->src, 0, ahash_update_no_ctx()
1485 scatterwalk_map_and_copy(next_buf, req->src, to_hash, ahash_update_first()
1521 scatterwalk_map_and_copy(next_buf, req->src, 0, ahash_update_first()
/linux-4.1.27/drivers/crypto/
H A Dixp4xx_crypto.c345 scatterwalk_map_and_copy(req_ctx->hmac_virt, finish_scattered_hmac()
1062 scatterwalk_map_and_copy(req_ctx->hmac_virt, aead_perform()
H A Dsahara.c972 scatterwalk_map_and_copy(rctx->buf + rctx->buf_cnt, req->src, sahara_sha_prepare_request()
988 scatterwalk_map_and_copy(rctx->buf, req->src, offset, sahara_sha_prepare_request()
H A Datmel-aes.c196 scatterwalk_map_and_copy(buf + off, *sg, *offset, count, out); atmel_aes_sg_copy()
H A Datmel-sha.c181 scatterwalk_map_and_copy(ctx->buffer + ctx->bufcnt, ctx->sg, atmel_sha_append_sg()
H A Datmel-tdes.c162 scatterwalk_map_and_copy(buf + off, *sg, *offset, count, out); atmel_tdes_sg_copy()

Completed in 441 milliseconds