Searched refs:cb_buf_len (Results 1 – 6 of 6) sorted by relevance
308 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()
380 int cb_buf_len; member485 cb->cb_buf_len = len; in _crypto_use_buf()
1210 return (cb->cb_buf_len); in crypto_buffer_len()1235 KASSERT(cb->cb_buf_len >= 0, in cb_sanity()
109 error = sglist_append(sg, cb->cb_buf, cb->cb_buf_len); in ccp_populate_sglist()
547 cb->cb_buf_len, kernel_pmap, flags, NULL, &nsegs); in bus_dmamap_load_crp_buffer()
292 error = sglist_append(sg, cb->cb_buf, cb->cb_buf_len); in ccr_populate_sglist()