| 545 | } |
| 546 | |
| 547 | static __inline void |
| 548 | crypto_use_mbuf(struct cryptop *crp, struct mbuf *m) |
| 549 | { |
| 550 | _crypto_use_mbuf(&crp->crp_buf, m); |
| 551 | } |
| 552 | |
| 553 | static __inline void |
| 554 | crypto_use_vmpage(struct cryptop *crp, vm_page_t *pages, int len, int offset) |
no test coverage detected