Searched refs:cb_buf (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/opencrypto/ |
H A D | criov.c | 307 cc->cc_buf = cb->cb_buf; in crypto_cursor_init() 702 bcopy(src, cb->cb_buf + off, size); in crypto_copyback() 735 bcopy(crp->crp_buf.cb_buf + off, dst, size); in crypto_copydata() 768 error = (*f)(arg, cb->cb_buf + off, len); in crypto_apply_buf() 844 return (cb->cb_buf + skip); in crypto_buffer_contiguous_subsegment()
|
H A D | cryptodev.h | 379 char *cb_buf; member 484 cb->cb_buf = buf; in _crypto_use_buf()
|
/freebsd/sys/geom/eli/ |
H A D | g_eli_integrity.c | 156 rel_sec = ((crp->crp_buf.cb_buf + crp->crp_payload_start) - in g_eli_auth_read_done()
|
/freebsd/sys/crypto/ccp/ |
H A D | ccp.c | 109 error = sglist_append(sg, cb->cb_buf, cb->cb_buf_len); in ccp_populate_sglist()
|
/freebsd/sys/kern/ |
H A D | subr_bus_dma.c | 546 error = _bus_dmamap_load_buffer(dmat, map, cb->cb_buf, in bus_dmamap_load_crp_buffer()
|
/freebsd/sys/dev/cxgbe/crypto/ |
H A D | t4_crypto.c | 292 error = sglist_append(sg, cb->cb_buf, cb->cb_buf_len); in ccr_populate_sglist()
|