| 563 | } |
| 564 | |
| 565 | static __inline void |
| 566 | crypto_use_output_buf(struct cryptop *crp, void *buf, int len) |
| 567 | { |
| 568 | _crypto_use_buf(&crp->crp_obuf, buf, len); |
| 569 | } |
| 570 | |
| 571 | static __inline void |
| 572 | crypto_use_output_mbuf(struct cryptop *crp, struct mbuf *m) |
no test coverage detected