Searched refs:sg_copy_from_buffer (Results 1 – 6 of 6) sorted by relevance
/linux-4.19.296/crypto/ |
D | rsa-pkcs1pad.c | 202 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()
|
D | ecdh.c | 125 copied = sg_copy_from_buffer(req->dst, sg_nents_for_len(req->dst, in ecdh_compute_value()
|
/linux-4.19.296/include/scsi/ |
D | scsi_cmnd.h | 232 return sg_copy_from_buffer(scsi_sglist(cmd), scsi_sg_count(cmd), in scsi_sg_copy_from_buffer()
|
/linux-4.19.296/lib/ |
D | scatterlist.c | 852 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/ |
D | scatterlist.h | 296 size_t sg_copy_from_buffer(struct scatterlist *sgl, unsigned int nents,
|
/linux-4.19.296/drivers/memstick/core/ |
D | ms_block.c | 1660 sg_copy_from_buffer(sg_tmp, sg_nents(sg_tmp), in msb_cache_read()
|