Home
last modified time | relevance | path

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

/freebsd-14.2/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()
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,
675 size_t crypto_buffer_len(struct crypto_buffer *cb);
[all …]
H A Dcriov.c302 const struct crypto_buffer *cb) in crypto_cursor_init()
678 struct crypto_buffer *cb; in crypto_copyback()
747 crypto_apply_buf(struct crypto_buffer *cb, int off, int len, in crypto_apply_buf()
827 crypto_buffer_contiguous_subsegment(struct crypto_buffer *cb, size_t skip, in crypto_buffer_contiguous_subsegment()
H A Dcrypto.c1213 crypto_buffer_len(struct crypto_buffer *cb) in crypto_buffer_len()
1236 cb_sanity(struct crypto_buffer *cb, const char *name) in cb_sanity()
1265 struct crypto_buffer *out; in crp_sanity()
/freebsd-14.2/sys/sys/
H A Dbus_dma.h113 struct crypto_buffer;
338 struct crypto_buffer *cb,
/freebsd-14.2/share/man/man9/
H A DMakefile78 crypto_buffer.9 \
939 MLINKS+=crypto_buffer.9 crypto_apply.9 \
940 crypto_buffer.9 crypto_apply_buf.9 \
942 crypto_buffer.9 crypto_buffer_len.9 \
943 crypto_buffer.9 crypto_contiguous_segment.9 \
944 crypto_buffer.9 crypto_cursor_init.9 \
945 crypto_buffer.9 crypto_cursor_advance.9 \
946 crypto_buffer.9 crypto_cursor_copyback.9 \
947 crypto_buffer.9 crypto_cursor_copydata.9 \
949 crypto_buffer.9 crypto_cursor_segment.9 \
[all …]
/freebsd-14.2/sys/crypto/ccp/
H A Dccp.c93 ccp_populate_sglist(struct sglist *sg, struct crypto_buffer *cb) in ccp_populate_sglist()
/freebsd-14.2/sys/kern/
H A Dsubr_bus_dma.c534 struct crypto_buffer *cb, bus_dmamap_callback_t *callback, in bus_dmamap_load_crp_buffer()
/freebsd-14.2/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c277 ccr_populate_sglist(struct sglist *sg, struct crypto_buffer *cb) in ccr_populate_sglist()