Home
last modified time | relevance | path

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

/freebsd-14.2/sys/opencrypto/
H A Dcriov.c309 cc->cc_buf_len = cb->cb_buf_len; in crypto_cursor_init()
702 MPASS(off + size <= cb->cb_buf_len); in crypto_copyback()
735 MPASS(off + size <= crp->crp_buf.cb_buf_len); in crypto_copydata()
768 MPASS(off + len <= cb->cb_buf_len); in crypto_apply_buf()
844 MPASS(skip + len <= cb->cb_buf_len); in crypto_buffer_contiguous_subsegment()
H A Dcryptodev.h380 int cb_buf_len; member
485 cb->cb_buf_len = len; in _crypto_use_buf()
H A Dcrypto.c1217 return (cb->cb_buf_len); in crypto_buffer_len()
1242 KASSERT(cb->cb_buf_len >= 0, in cb_sanity()
/freebsd-14.2/sys/crypto/ccp/
H A Dccp.c109 error = sglist_append(sg, cb->cb_buf, cb->cb_buf_len); in ccp_populate_sglist()
/freebsd-14.2/sys/kern/
H A Dsubr_bus_dma.c547 cb->cb_buf_len, kernel_pmap, flags, NULL, &nsegs); in bus_dmamap_load_crp_buffer()
/freebsd-14.2/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c293 error = sglist_append(sg, cb->cb_buf, cb->cb_buf_len); in ccr_populate_sglist()