Home
last modified time | relevance | path

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

/f-stack/freebsd/opencrypto/
H A Dcryptodev.h400 struct crypto_buffer { struct
474 struct crypto_buffer crp_buf;
475 struct crypto_buffer crp_obuf;
510 _crypto_use_buf(struct crypto_buffer *cb, void *buf, int len) in _crypto_use_buf()
518 _crypto_use_mbuf(struct crypto_buffer *cb, struct mbuf *m) in _crypto_use_mbuf()
525 _crypto_use_vmpage(struct crypto_buffer *cb, vm_page_t *pages, int len, in _crypto_use_vmpage()
535 _crypto_use_uio(struct crypto_buffer *cb, struct uio *uio) in _crypto_use_uio()
698 int crypto_apply_buf(struct crypto_buffer *cb, int off, int len,
700 void *crypto_buffer_contiguous_subsegment(struct crypto_buffer *cb,
702 size_t crypto_buffer_len(struct crypto_buffer *cb);
[all …]
H A Dcriov.c244 const struct crypto_buffer *cb) in crypto_cursor_init()
595 struct crypto_buffer *cb; in crypto_copyback()
662 crypto_apply_buf(struct crypto_buffer *cb, int off, int len, in crypto_apply_buf()
739 crypto_buffer_contiguous_subsegment(struct crypto_buffer *cb, size_t skip, in crypto_buffer_contiguous_subsegment()
H A Dcrypto.c1214 crypto_buffer_len(struct crypto_buffer *cb) in crypto_buffer_len()
1235 cb_sanity(struct crypto_buffer *cb, const char *name) in cb_sanity()
1264 struct crypto_buffer *out; in crp_sanity()
/f-stack/freebsd/sys/
H A Dbus_dma.h114 struct crypto_buffer;
334 struct crypto_buffer *cb,
/f-stack/freebsd/crypto/ccp/
H A Dccp.c95 ccp_populate_sglist(struct sglist *sg, struct crypto_buffer *cb) in ccp_populate_sglist()
/f-stack/freebsd/kern/
H A Dsubr_bus_dma.c642 struct crypto_buffer *cb, bus_dmamap_callback_t *callback, in bus_dmamap_load_crp_buffer()