Searched refs:cb_buf_len (Results 1 – 8 of 8) sorted by relevance
251 cc->cc_buf_len = cb->cb_buf_len; in crypto_cursor_init()618 MPASS(off + size <= cb->cb_buf_len); in crypto_copyback()650 MPASS(off + size <= crp->crp_buf.cb_buf_len); in crypto_copydata()682 MPASS(off + len <= cb->cb_buf_len); in crypto_apply_buf()755 MPASS(skip + len <= cb->cb_buf_len); in crypto_buffer_contiguous_subsegment()
404 int cb_buf_len; member513 cb->cb_buf_len = len; in _crypto_use_buf()
1218 return (cb->cb_buf_len); in crypto_buffer_len()1241 KASSERT(cb->cb_buf_len >= 0, in cb_sanity()
154 crp->crp_buf.cb_buf, crp->crp_buf.cb_buf_len); in nlm_crypto_form_srcdst_segs()157 crp->crp_buf.cb_buf, crp->crp_buf.cb_buf_len); in nlm_crypto_form_srcdst_segs()
498 *nsegs = NLM_CRYPTO_NUM_SEGS_REQD(crp->crp_buf.cb_buf_len); in xlp_get_nsegs()
366 iovlen = crp->crp_buf.cb_buf_len; in cryptocteon_process()368 od->octo_iov[0].iov_len = crp->crp_buf.cb_buf_len; in cryptocteon_process()
108 error = sglist_append(sg, cb->cb_buf, cb->cb_buf_len); in ccp_populate_sglist()
655 cb->cb_buf_len, kernel_pmap, flags, NULL, &nsegs); in bus_dmamap_load_crp_buffer()