Home
last modified time | relevance | path

Searched refs:memcpy_from_sglist (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/crypto/
H A Dscatterwalk.c63 void memcpy_from_sglist(void *buf, struct scatterlist *sg, in memcpy_from_sglist() function
74 EXPORT_SYMBOL_GPL(memcpy_from_sglist);
H A Dscompress.c259 memcpy_from_sglist(scratch->src, req->src, 0, slen); in scomp_acomp_comp_decomp()
/linux-6.15/include/crypto/
H A Dscatterwalk.h222 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 Dnx-aes-ccm.c220 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 Dnx-aes-gcm.c112 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 Ds5p-sss.c516 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()