Home
last modified time | relevance | path

Searched refs:crypto_buffer (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/opencrypto/
H A Dcryptodev.h376 struct crypto_buffer { struct
443 struct crypto_buffer crp_buf;
444 struct crypto_buffer crp_obuf;
482 _crypto_use_buf(struct crypto_buffer *cb, void *buf, int len) in _crypto_use_buf()
490 _crypto_use_mbuf(struct crypto_buffer *cb, struct mbuf *m) in _crypto_use_mbuf()
497 _crypto_use_single_mbuf(struct crypto_buffer *cb, struct mbuf *m) in _crypto_use_single_mbuf()
504 _crypto_use_vmpage(struct crypto_buffer *cb, vm_page_t *pages, int len, in _crypto_use_vmpage()
514 _crypto_use_uio(struct crypto_buffer *cb, struct uio *uio) in _crypto_use_uio()
671 int crypto_apply_buf(struct crypto_buffer *cb, int off, int len,
673 void *crypto_buffer_contiguous_subsegment(struct crypto_buffer *cb,
[all …]
H A Dcriov.c301 const struct crypto_buffer *cb) in crypto_cursor_init()
677 struct crypto_buffer *cb; in crypto_copyback()
746 crypto_apply_buf(struct crypto_buffer *cb, int off, int len, in crypto_apply_buf()
826 crypto_buffer_contiguous_subsegment(struct crypto_buffer *cb, size_t skip, in crypto_buffer_contiguous_subsegment()
H A Dcrypto.c1206 crypto_buffer_len(struct crypto_buffer *cb) in crypto_buffer_len()
1229 cb_sanity(struct crypto_buffer *cb, const char *name) in cb_sanity()
1258 struct crypto_buffer *out; in crp_sanity()
/freebsd/sys/sys/
H A Dbus_dma.h113 struct crypto_buffer;
335 struct crypto_buffer *cb,
/freebsd/share/man/man9/
H A DMakefile83 crypto_buffer.9 \
975 MLINKS+=crypto_buffer.9 crypto_apply.9 \
976 crypto_buffer.9 crypto_apply_buf.9 \
977 crypto_buffer.9 crypto_buffer_contiguous_segment.9 \
978 crypto_buffer.9 crypto_buffer_len.9 \
979 crypto_buffer.9 crypto_contiguous_segment.9 \
980 crypto_buffer.9 crypto_cursor_init.9 \
981 crypto_buffer.9 crypto_cursor_advance.9 \
982 crypto_buffer.9 crypto_cursor_copyback.9 \
983 crypto_buffer.9 crypto_cursor_copydata.9 \
[all …]
/freebsd/sys/crypto/ccp/
H A Dccp.c93 ccp_populate_sglist(struct sglist *sg, struct crypto_buffer *cb) in ccp_populate_sglist()
/freebsd/sys/kern/
H A Dsubr_bus_dma.c534 struct crypto_buffer *cb, bus_dmamap_callback_t *callback, in bus_dmamap_load_crp_buffer()
/freebsd/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c277 ccr_populate_sglist(struct sglist *sg, struct crypto_buffer *cb) in ccr_populate_sglist()