| 569 | } |
| 570 | |
| 571 | static __inline void |
| 572 | crypto_use_output_mbuf(struct cryptop *crp, struct mbuf *m) |
| 573 | { |
| 574 | _crypto_use_mbuf(&crp->crp_obuf, m); |
| 575 | } |
| 576 | |
| 577 | static __inline void |
| 578 | crypto_use_output_vmpage(struct cryptop *crp, vm_page_t *pages, int len, |
nothing calls this directly
no test coverage detected