Home
last modified time | relevance | path

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

/freebsd/sys/opencrypto/
H A Dcriov.c308 cc->cc_buf_len = cb->cb_buf_len; in crypto_cursor_init()
701 MPASS(off + size <= cb->cb_buf_len); in crypto_copyback()
734 MPASS(off + size <= crp->crp_buf.cb_buf_len); in crypto_copydata()
767 MPASS(off + len <= cb->cb_buf_len); in crypto_apply_buf()
843 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.c1210 return (cb->cb_buf_len); in crypto_buffer_len()
1235 KASSERT(cb->cb_buf_len >= 0, in cb_sanity()
/freebsd/sys/crypto/ccp/
H A Dccp.c109 error = sglist_append(sg, cb->cb_buf, cb->cb_buf_len); in ccp_populate_sglist()
/freebsd/sys/kern/
H A Dsubr_bus_dma.c547 cb->cb_buf_len, kernel_pmap, flags, NULL, &nsegs); in bus_dmamap_load_crp_buffer()
/freebsd/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c292 error = sglist_append(sg, cb->cb_buf, cb->cb_buf_len); in ccr_populate_sglist()