| 557 | } |
| 558 | |
| 559 | static __inline void |
| 560 | crypto_use_uio(struct cryptop *crp, struct uio *uio) |
| 561 | { |
| 562 | _crypto_use_uio(&crp->crp_buf, uio); |
| 563 | } |
| 564 | |
| 565 | static __inline void |
| 566 | crypto_use_output_buf(struct cryptop *crp, void *buf, int len) |
no test coverage detected