Home
last modified time | relevance | path

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

/f-stack/freebsd/opencrypto/
H A Dcriov.c251 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()
H A Dcryptodev.h404 int cb_buf_len; member
513 cb->cb_buf_len = len; in _crypto_use_buf()
H A Dcrypto.c1218 return (cb->cb_buf_len); in crypto_buffer_len()
1241 KASSERT(cb->cb_buf_len >= 0, in cb_sanity()
/f-stack/freebsd/mips/nlm/dev/sec/
H A Dnlmseclib.c154 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()
H A Dnlmsec.c498 *nsegs = NLM_CRYPTO_NUM_SEGS_REQD(crp->crp_buf.cb_buf_len); in xlp_get_nsegs()
/f-stack/freebsd/mips/cavium/cryptocteon/
H A Dcryptocteon.c366 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()
/f-stack/freebsd/crypto/ccp/
H A Dccp.c108 error = sglist_append(sg, cb->cb_buf, cb->cb_buf_len); in ccp_populate_sglist()
/f-stack/freebsd/kern/
H A Dsubr_bus_dma.c655 cb->cb_buf_len, kernel_pmap, flags, NULL, &nsegs); in bus_dmamap_load_crp_buffer()