Lines Matching defs:crp
521 crypto_use_buf(struct cryptop *crp, void *buf, int len) in crypto_use_buf()
527 crypto_use_mbuf(struct cryptop *crp, struct mbuf *m) in crypto_use_mbuf()
533 crypto_use_single_mbuf(struct cryptop *crp, struct mbuf *m) in crypto_use_single_mbuf()
539 crypto_use_vmpage(struct cryptop *crp, vm_page_t *pages, int len, int offset) in crypto_use_vmpage()
545 crypto_use_uio(struct cryptop *crp, struct uio *uio) in crypto_use_uio()
551 crypto_use_output_buf(struct cryptop *crp, void *buf, int len) in crypto_use_output_buf()
557 crypto_use_output_mbuf(struct cryptop *crp, struct mbuf *m) in crypto_use_output_mbuf()
563 crypto_use_output_single_mbuf(struct cryptop *crp, struct mbuf *m) in crypto_use_output_single_mbuf()
569 crypto_use_output_vmpage(struct cryptop *crp, vm_page_t *pages, int len, in crypto_use_output_vmpage()
576 crypto_use_output_uio(struct cryptop *crp, struct uio *uio) in crypto_use_output_uio()
581 #define CRYPTO_HAS_OUTPUT_BUFFER(crp) \ argument
695 crypto_read_iv(struct cryptop *crp, void *iv) in crypto_read_iv()