| 539 | } |
| 540 | |
| 541 | static __inline void |
| 542 | crypto_use_buf(struct cryptop *crp, void *buf, int len) |
| 543 | { |
| 544 | _crypto_use_buf(&crp->crp_buf, buf, len); |
| 545 | } |
| 546 | |
| 547 | static __inline void |
| 548 | crypto_use_mbuf(struct cryptop *crp, struct mbuf *m) |
no test coverage detected