| 582 | } |
| 583 | |
| 584 | static __inline void |
| 585 | crypto_use_output_uio(struct cryptop *crp, struct uio *uio) |
| 586 | { |
| 587 | _crypto_use_uio(&crp->crp_obuf, uio); |
| 588 | } |
| 589 | |
| 590 | #define CRYPTOP_ASYNC(crp) \ |
| 591 | (((crp)->crp_flags & CRYPTO_F_ASYNC) && \ |
no test coverage detected