Lines Matching refs:crp_buf
154 crypto_cursor_init(&cc_in, &crp->crp_buf); in swcr_encdec()
415 crypto_cursor_init(&cc, &crp->crp_buf); in swcr_gmac()
517 crypto_cursor_init(&cc_in, &crp->crp_buf); in swcr_gcm()
543 crypto_cursor_init(&cc_in, &crp->crp_buf); in swcr_gcm()
608 crypto_cursor_init(&cc_in, &crp->crp_buf); in swcr_gcm()
761 crypto_cursor_init(&cc_in, &crp->crp_buf); in swcr_ccm()
832 crypto_cursor_init(&cc_in, &crp->crp_buf); in swcr_ccm()
938 switch (crp->crp_buf.cb_type) { in swcr_compdec()
941 m_adj(crp->crp_buf.cb_mbuf, adj); in swcr_compdec()
944 struct uio *uio = crp->crp_buf.cb_uio; in swcr_compdec()
965 crp->crp_buf.cb_vm_page_len -= adj; in swcr_compdec()