Searched refs:crypto_buffer (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/sys/opencrypto/ |
| H A D | cryptodev.h | 376 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 D | criov.c | 302 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 D | crypto.c | 1213 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 D | bus_dma.h | 113 struct crypto_buffer; 338 struct crypto_buffer *cb,
|
| /freebsd-14.2/share/man/man9/ |
| H A D | Makefile | 78 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 D | ccp.c | 93 ccp_populate_sglist(struct sglist *sg, struct crypto_buffer *cb) in ccp_populate_sglist()
|
| /freebsd-14.2/sys/kern/ |
| H A D | subr_bus_dma.c | 534 struct crypto_buffer *cb, bus_dmamap_callback_t *callback, in bus_dmamap_load_crp_buffer()
|
| /freebsd-14.2/sys/dev/cxgbe/crypto/ |
| H A D | t4_crypto.c | 277 ccr_populate_sglist(struct sglist *sg, struct crypto_buffer *cb) in ccr_populate_sglist()
|