Searched refs:crp_buf (Results 1 – 12 of 12) sorted by relevance
| /mirbsd/src/sys/arch/i386/i386/ |
| D | via.c | 298 m_copyback((struct mbuf *)crp->crp_buf, in viac3_crypto_process() 301 cuio_copyback((struct uio *)crp->crp_buf, in viac3_crypto_process() 305 crp->crp_buf + crd->crd_inject, 16); in viac3_crypto_process() 314 m_copydata((struct mbuf *)crp->crp_buf, in viac3_crypto_process() 317 cuio_copydata((struct uio *)crp->crp_buf, in viac3_crypto_process() 320 bcopy(crp->crp_buf + crd->crd_inject, in viac3_crypto_process() 326 m_copydata((struct mbuf *)crp->crp_buf, in viac3_crypto_process() 329 cuio_copydata((struct uio *)crp->crp_buf, in viac3_crypto_process() 332 bcopy(crp->crp_buf + crd->crd_skip, sc->op_buf, crd->crd_len); in viac3_crypto_process() 339 m_copyback((struct mbuf *)crp->crp_buf, in viac3_crypto_process() [all …]
|
| /mirbsd/src/sys/netinet/ |
| D | ip_ipcomp.c | 190 crp->crp_buf = (caddr_t) m; 230 m = (struct mbuf *) crp->crp_buf; 605 crp->crp_buf = (caddr_t) m; 636 m = (struct mbuf *) crp->crp_buf;
|
| D | ip_ah.c | 664 crp->crp_buf = (caddr_t) m; in ah_input() 710 m = (struct mbuf *) crp->crp_buf; in ah_input_cb() 1196 crp->crp_buf = (caddr_t) m; in ah_output() 1234 m = (struct mbuf *) crp->crp_buf; in ah_output_cb()
|
| D | ip_esp.c | 422 crp->crp_buf = (caddr_t) m; in esp_input() 487 m = (struct mbuf *) crp->crp_buf; in esp_input_cb() 955 crp->crp_buf = (caddr_t) m; in esp_output() 992 m = (struct mbuf *) crp->crp_buf; in esp_output_cb()
|
| /mirbsd/src/sys/dev/pci/ |
| D | noct.c | 923 m_copyback((struct mbuf *)crp->crp_buf, 933 m_copyback((struct mbuf *)crp->crp_buf, 937 cuio_copyback((struct uio *)crp->crp_buf, 1042 m_copydata((struct mbuf *)crp->crp_buf, 1045 cuio_copydata((struct uio *)crp->crp_buf, 1157 m_copyback((struct mbuf *)crp->crp_buf, 1160 cuio_copyback((struct uio *)crp->crp_buf, 1167 m_copydata((struct mbuf *)crp->crp_buf, 1170 cuio_copydata((struct uio *)crp->crp_buf, 1191 m_copydata((struct mbuf *)crp->crp_buf, [all …]
|
| D | ises.c | 1201 q->q_src.mbuf = (struct mbuf *)crp->crp_buf; in ises_process() 1202 q->q_dst.mbuf = (struct mbuf *)crp->crp_buf; in ises_process() 1204 q->q_src.uio = (struct uio *)crp->crp_buf; in ises_process() 1205 q->q_dst.uio = (struct uio *)crp->crp_buf; in ises_process() 1485 crp->crp_buf = (caddr_t)q->q_dst.mbuf; in ises_callback() 1496 m_copydata((struct mbuf *)crp->crp_buf, in ises_callback() 1499 cuio_copydata((struct uio *)crp->crp_buf, in ises_callback() 1510 m_copyback((struct mbuf *)crp->crp_buf, in ises_callback()
|
| D | hifn7751.c | 1982 cmd->srcu.src_m = (struct mbuf *)crp->crp_buf; in hifn_process() 1983 cmd->dstu.dst_m = (struct mbuf *)crp->crp_buf; in hifn_process() 1985 cmd->srcu.src_io = (struct uio *)crp->crp_buf; in hifn_process() 1986 cmd->dstu.dst_io = (struct uio *)crp->crp_buf; in hifn_process() 2229 crp->crp_buf = (caddr_t)cmd->dstu.dst_m; in hifn_abort() 2286 crp->crp_buf = (caddr_t)cmd->dstu.dst_m; in hifn_callback() 2303 m_copyback((struct mbuf *)crp->crp_buf, in hifn_callback() 2307 cuio_copyback((struct uio *)crp->crp_buf, in hifn_callback() 2343 m_copydata((struct mbuf *)crp->crp_buf, in hifn_callback() 2347 cuio_copydata((struct uio *)crp->crp_buf, in hifn_callback() [all …]
|
| D | safe.c | 386 re->re_src_m = (struct mbuf *)crp->crp_buf; in safe_process() 387 re->re_dst_m = (struct mbuf *)crp->crp_buf; in safe_process() 389 re->re_src_io = (struct uio *)crp->crp_buf; in safe_process() 390 re->re_dst_io = (struct uio *)crp->crp_buf; in safe_process() 1691 crp->crp_buf = (caddr_t)re->re_dst_m; in safe_callback() 1707 m_copydata((struct mbuf *)crp->crp_buf, in safe_callback() 1712 cuio_copydata((struct uio *)crp->crp_buf, in safe_callback() 1737 m_copyback((struct mbuf *)crp->crp_buf, in safe_callback()
|
| D | ubsec.c | 774 q->q_src_m = (struct mbuf *)crp->crp_buf; in ubsec_process() 775 q->q_dst_m = (struct mbuf *)crp->crp_buf; in ubsec_process() 777 q->q_src_io = (struct uio *)crp->crp_buf; in ubsec_process() 778 q->q_dst_io = (struct uio *)crp->crp_buf; in ubsec_process() 1257 crp->crp_buf = (caddr_t)q->q_dst_m; in ubsec_callback() 1267 m_copydata((struct mbuf *)crp->crp_buf, in ubsec_callback() 1271 cuio_copydata((struct uio *)crp->crp_buf, in ubsec_callback() 1284 m_copyback((struct mbuf *)crp->crp_buf, in ubsec_callback()
|
| /mirbsd/src/sys/crypto/ |
| D | cryptosoft.c | 843 if (crp->crp_desc == NULL || crp->crp_buf == NULL) { in swcr_process() 893 crp->crp_buf, type)) != 0) in swcr_process() 907 crp->crp_buf, type)) != 0) in swcr_process() 913 crp->crp_buf, type)) != 0) in swcr_process()
|
| D | cryptodev.h | 168 caddr_t crp_buf; /* Data to be processed */ member
|
| D | cryptodev.c | 391 crp->crp_buf = (caddr_t)&cse->uio; in cryptodev_op()
|