Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Drsa-pkcs1pad.c202 sg_copy_from_buffer(req->dst, in pkcs1pad_encrypt_sign_complete()
321 sg_copy_from_buffer(req->dst, in pkcs1pad_decrypt_complete()
487 sg_copy_from_buffer(req->dst, in pkcs1pad_verify_complete()
Decdh.c125 copied = sg_copy_from_buffer(req->dst, sg_nents_for_len(req->dst, in ecdh_compute_value()
/linux-4.19.296/include/scsi/
Dscsi_cmnd.h232 return sg_copy_from_buffer(scsi_sglist(cmd), scsi_sg_count(cmd), in scsi_sg_copy_from_buffer()
/linux-4.19.296/lib/
Dscatterlist.c852 size_t sg_copy_from_buffer(struct scatterlist *sgl, unsigned int nents, in sg_copy_from_buffer() function
857 EXPORT_SYMBOL(sg_copy_from_buffer);
/linux-4.19.296/include/linux/
Dscatterlist.h296 size_t sg_copy_from_buffer(struct scatterlist *sgl, unsigned int nents,
/linux-4.19.296/drivers/memstick/core/
Dms_block.c1660 sg_copy_from_buffer(sg_tmp, sg_nents(sg_tmp), in msb_cache_read()