| 532 | } |
| 533 | |
| 534 | static __inline void |
| 535 | _crypto_use_uio(struct crypto_buffer *cb, struct uio *uio) |
| 536 | { |
| 537 | cb->cb_uio = uio; |
| 538 | cb->cb_type = CRYPTO_BUF_UIO; |
| 539 | } |
| 540 | |
| 541 | static __inline void |
| 542 | crypto_use_buf(struct cryptop *crp, void *buf, int len) |
no outgoing calls
no test coverage detected