Lines Matching refs:dst
158 /* MMIO Write src uint32 to dst. */
639 copied = sg_copy_from_buffer(req->dst,
640 sg_nents_for_len(req->dst, nbytes),
691 /* Copy public key to req->dst. */
692 copied = sg_copy_from_buffer(req->dst,
693 sg_nents_for_len(req->dst, pubk_len),
732 /* Ensure dst is present. */
733 if (!req->dst)
736 /* Check the request dst is big enough to hold the public key. */
757 /* Ensure dst is present. */
758 if (!req->dst)