Lines Matching refs:crp_buf
144 crypto_cursor_init(&cc_in, &crp->crp_buf); in swcr_encdec()
355 crypto_cursor_init(&cc, &crp->crp_buf); in swcr_gmac()
450 crypto_cursor_init(&cc_in, &crp->crp_buf); in swcr_gcm()
473 crypto_cursor_init(&cc_in, &crp->crp_buf); in swcr_gcm()
559 crypto_cursor_init(&cc_in, &crp->crp_buf); in swcr_gcm()
803 crypto_cursor_init(&cc_in, &crp->crp_buf); in swcr_ccm()
894 crypto_cursor_init(&cc_in, &crp->crp_buf); in swcr_ccm()
1010 crypto_cursor_init(&cc_in, &crp->crp_buf); in swcr_chacha20_poly1305()
1099 crypto_cursor_init(&cc_in, &crp->crp_buf); in swcr_chacha20_poly1305()
1228 switch (crp->crp_buf.cb_type) { in swcr_compdec()
1232 m_adj(crp->crp_buf.cb_mbuf, adj); in swcr_compdec()
1235 struct uio *uio = crp->crp_buf.cb_uio; in swcr_compdec()
1256 crp->crp_buf.cb_vm_page_len -= adj; in swcr_compdec()