Home
last modified time | relevance | path

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

/freebsd-13.1/sys/opencrypto/
H A Dcryptodev.h409 struct crypto_buffer { struct
483 struct crypto_buffer crp_buf;
484 struct crypto_buffer crp_obuf;
519 _crypto_use_buf(struct crypto_buffer *cb, void *buf, int len) in _crypto_use_buf()
527 _crypto_use_mbuf(struct crypto_buffer *cb, struct mbuf *m) in _crypto_use_mbuf()
534 _crypto_use_single_mbuf(struct crypto_buffer *cb, struct mbuf *m) in _crypto_use_single_mbuf()
551 _crypto_use_uio(struct crypto_buffer *cb, struct uio *uio) in _crypto_use_uio()
726 int crypto_apply_buf(struct crypto_buffer *cb, int off, int len,
728 void *crypto_buffer_contiguous_subsegment(struct crypto_buffer *cb,
730 size_t crypto_buffer_len(struct crypto_buffer *cb);
[all …]
H A Dcriov.c303 const struct crypto_buffer *cb) in crypto_cursor_init()
676 struct crypto_buffer *cb; in crypto_copyback()
745 crypto_apply_buf(struct crypto_buffer *cb, int off, int len, in crypto_apply_buf()
825 crypto_buffer_contiguous_subsegment(struct crypto_buffer *cb, size_t skip, in crypto_buffer_contiguous_subsegment()
H A Dcrypto.c1264 crypto_buffer_len(struct crypto_buffer *cb) in crypto_buffer_len()
1287 cb_sanity(struct crypto_buffer *cb, const char *name) in cb_sanity()
1316 struct crypto_buffer *out; in crp_sanity()
/freebsd-13.1/share/man/man9/
H A DMakefile75 crypto_buffer.9 \
924 MLINKS+=crypto_buffer.9 crypto_apply.9 \
925 crypto_buffer.9 crypto_apply_buf.9 \
927 crypto_buffer.9 crypto_buffer_len.9 \
929 crypto_buffer.9 crypto_cursor_init.9 \
930 crypto_buffer.9 crypto_cursor_advance.9 \
931 crypto_buffer.9 crypto_cursor_copyback.9 \
932 crypto_buffer.9 crypto_cursor_copydata.9 \
934 crypto_buffer.9 crypto_cursor_segbase.9 \
935 crypto_buffer.9 crypto_cursor_seglen.9 \
[all …]
/freebsd-13.1/sys/sys/
H A Dbus_dma.h114 struct crypto_buffer;
334 struct crypto_buffer *cb,
/freebsd-13.1/sys/crypto/ccp/
H A Dccp.c95 ccp_populate_sglist(struct sglist *sg, struct crypto_buffer *cb) in ccp_populate_sglist()
/freebsd-13.1/sys/kern/
H A Dsubr_bus_dma.c663 struct crypto_buffer *cb, bus_dmamap_callback_t *callback, in bus_dmamap_load_crp_buffer()
/freebsd-13.1/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c271 ccr_populate_sglist(struct sglist *sg, struct crypto_buffer *cb) in ccr_populate_sglist()