Searched refs:memcpy_from_sglist (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/crypto/ |
| H A D | scatterwalk.c | 63 void memcpy_from_sglist(void *buf, struct scatterlist *sg, in memcpy_from_sglist() function 74 EXPORT_SYMBOL_GPL(memcpy_from_sglist);
|
| H A D | scompress.c | 259 memcpy_from_sglist(scratch->src, req->src, 0, slen); in scomp_acomp_comp_decomp()
|
| /linux-6.15/include/crypto/ |
| H A D | scatterwalk.h | 222 void memcpy_from_sglist(void *buf, struct scatterlist *sg, 239 memcpy_from_sglist(buf, sg, start, nbytes); in scatterwalk_map_and_copy()
|
| /linux-6.15/drivers/crypto/nx/ |
| H A D | nx-aes-ccm.c | 220 memcpy_from_sglist(b1 + 2, req->src, 0, iauth_len); in generate_pat() 224 memcpy_from_sglist(b1 + 6, req->src, 0, iauth_len); in generate_pat() 342 memcpy_from_sglist(priv->oauth_tag, req->src, nbytes + req->assoclen, in ccm_nx_decrypt()
|
| H A D | nx-aes-gcm.c | 112 memcpy_from_sglist(out, req->src, 0, nbytes); in nx_gca() 399 memcpy_from_sglist( in gcm_aes_nx_crypt()
|
| /linux-6.15/drivers/crypto/ |
| H A D | s5p-sss.c | 516 memcpy_from_sglist(pages, src, 0, dev->req->cryptlen); in s5p_make_sg_cpy() 1025 memcpy_from_sglist(buf + ctx->bufcnt, sg, ctx->skip, new_len); in s5p_hash_copy_sgs() 1218 memcpy_from_sglist(ctx->buffer + ctx->bufcnt, req->src, 0, len); in s5p_hash_prepare_request() 1241 memcpy_from_sglist(ctx->buffer, req->src, in s5p_hash_prepare_request() 1254 memcpy_from_sglist(ctx->dd->xmit_buf, req->src, in s5p_hash_prepare_request() 1493 memcpy_from_sglist(ctx->buffer + ctx->bufcnt, req->src, in s5p_hash_update()
|